All Posts
Tailwind CSS in Next.js
Tailwind is a great CSS framework for rapidly building websites. Suppose someone asks me to choose CSS frameworks in bootstrap and tailwind CSS.
How Next.js improve SEO
With Next.js you can achieve a nice SEO result with simple steps, by just creating a new application. This is not a specific feature from Next.js, but from server-side rendered applications.
Mastering JavaScript
JavaScript is the most important programming language for web development. You probably don't know it well enough!
Getting Started NextJS
Next. js is a React Framework used for front-end development that enables us to use functionalities such as generating static websites and server-side rendering for React-based web applications.