#wemakedevs
Read more stories on Hashnode
Articles with this tag
PART V · Serverless route handler NEXT JS allows applications to be full stack which means running the application both on the front end and on the back...
PART IV · ROUTE Next.js uses a file-system based router where folders are used to define routes. New folder in app directory === Means route A special...
PART III · Rendering converts the code you write into user interfaces. React and Next.js allow you to create hybrid web applications where parts of your...
PART II · Routing Files Convention Layout.tsx File is the main entry point of our application and all of the components are wrapped within it as its...
PART I · nextjs extends react with additional features. why NEXT JS is the future of the web and why if you're not using it correctly you you must...
PART XIII · Worth considering dockerization for any application be it front-end backend or full stack When to dockerize application If you have big and...