DEV Community

Medea
Medea

Posted on

Next.js Hangout Thread

Hey, this is a weekly hangout thread.

This is a post where you can discuss anything related to Next.js.

You can also share anything new you've worked on with Next.js or any new articles you've created which talk about Next.js.

Feel free to ask any questions as well!

Top comments (7)

Collapse
 
michaeltharrington profile image
Michael Tharrington

You know, I actually wrote up a post recently called "What's the difference between a library and a framework?" because I looked up Next.js and Wikipedia described it as:

an open-source web development framework created by the private company Vercel providing React-based web applications with server-side rendering and static website generation

I had thought that React was a framework, but looking back at trusty old Wikipedia it said:

React is a free and open-source front-end JavaScript library for building user interfaces based on components. It is maintained by Meta and a community of individual developers and companies. React can be used to develop single-page, mobile, or server-rendered applications with frameworks like Next.js

So, let me know if this is right: React is used for building UIs and Next.js gives you a framework to wield that library more easily. I'm wondering if you (or anybody in the thread) could help me wrap my head around how this happens in practice. Or, if I'm way off here and you think you can help put me back on track, please go for it!

Collapse
 
vulcanwm profile image
Medea

what you've said is basically correct.
react helps with creating components that the user will see on the frontend and next.js helps connect frontend elements (like forms) with backend

Collapse
 
michaeltharrington profile image
Michael Tharrington

Oooo okay! That's helpful Medea. Thank you!

Collapse
 
doshiparth642 profile image
doshiparth642 • Edited

Hi ,Guys to talk about nextjs it's born with many useful features compare to react, yes it's react framework but it should more powerful compare to react

Features of Next js

  1. File base routing
  2. prerendering page
  3. SEO ranking increase
  4. Autopage refresh
  5. Interactive User Experience and many more...
  • I have used Nextjs concepts like useRouter for Routing , getStaticProps, getServerSideProps, getStaticPaths, getInitialProps for used to fetch data and SSR.

  • Here, We can perfom SSR(Server Side Rendering) and CSR(Client Side Rendering), ISR(Incremental Static Regeneration) .

  • For Client Side Rending we can use React hook library for data fetching called SWR hook also use useEffecthook.

  • I have Created article of Crud operation of fake product api where i have used Nextjs , Redux , Formik , Yup if you interested to know please click below link

Check here 👉 dev.to/doshiparth642/how-to-use-re...

Collapse
 
tiluckdave profile image
Tilak Dave

I wrote a blog on what SSR, SSG and ISR are in NextJs
tiluckdave.in/blog/ssr-ssg-isr please have a read.

Collapse
 
vulcanwm profile image
Medea

woah nice!

Collapse
 
certifieddev19960101 profile image
certifieddev0101

React is library, and React is very powerful. I am react master. you can make anything that you want.