Want to create an interactive transcript for this episode?
Podcast: Software Engineering Daily
Episode: NextJS with Guillermo Rauch
Description: When ReactJS became popular, frontend web development became easier. But React is just a view layer. Developers who came to React expecting a full web development framework like Ruby on Rails or Django were required to put together a set of tools to satisfy that purpose.A full-stack JavaScript framework has numerous requirements. How does it scale? How does it handle server-side rendering versus client-side rendering? Should GraphQL be included by default? How should package management work?Guillermo Rauch is the creator of NextJS, a popular framework for building React applications. He is also the...