Next.js - example of environment variables
How to use .env in NEXT.JS
Next.js - example of responsive Image
How to create responsive Image in NEXT.JS
Next.js - example of use of metadata in Pages Router
How to create title & meta data etc. in app that uses Pages Router in NEXT.JS
Next.js - example of app using Pages Router
How to create app that uses Pages Router in NEXT.JS
Next.js - example of form with protection against CSRF attacks
How to create form that is protected ahainst SCRF attack in NEXT.JS
Next.js - server action example used in client component
Simple example of server action in client component, cache revalidate by tag
Next.js - fetch data by axios and use client component
Fetch data in nextjs with axios library in client component
Next.js - fetch client and encodeURIComponent function
Fetch data in nextjs, deal with slash in url
Next.js - dynamic route
Fetch data in metadata & page, use dynamic route
Next.js - list & pagination
Fetch data, list it and use pagination