
How to configure antd version 5 with Next.js and React.js
Configuring the newest version of antd (till today 5.0.5) with Next.js and react.js is much easier then the previous versions. Now we do not need to create and import other files s
Read More
Configuring the newest version of antd (till today 5.0.5) with Next.js and react.js is much easier then the previous versions. Now we do not need to create and import other files s
Read More
This tool allows you to easily set up an official Prisma example project from the prisma-examples repository locally with a single command: npx try-prisma Try-prisma Here at Prisma
Read More
Styled components are react components with styles. Styled-components make it simple to use CSS by writing JavaScript code. Well, why do we use styled components instead of CSS mod
Read More
CSS container queries have landed and are now available for experimentation. Let’s look at what problem is being solved, learn how container queries work, and see how they compar
Read More
Blockchain is just a new kind of database. Instead of conventional databases (SQL or NoSQL) which are managed by single entities, a community of non-trusting parties may share bloc
Read More