🎤 Building Isomorphic JavaScript Apps Faster with Next.js
- 👤 CS Madhav
- Twitter: @csmadhav
📹
Video:
https://youtu.be/Om__vFoBgR4
Isomorphic apps are those which runs both on client and server. Next.js is the framework for developing server-side rendered react applications. In this talk we are going to discuss how Next.js makes our life simple when we are developing apps with React and Node. It also talks about how painful it is to develop a complete basic web application (with proper authentication and user sessions) with create-react-app utility and Node.js. The challenges faced in developing those and how Next.js help in solving those problems faster. We are also going to discuss how easily we can make a web app with cookie-based authentication with react and Next.js. We will see that we can achieve automatic code splitting + HMR + SSR with completely no configuration which can help saving our development time a lot and makes our app simple to maintain. The main focus for this talk is simple.1. To reduce our development time and deliver apps faster, We can spend more time writing our core logic then wasting time configuring our apps for it or writing more boilerplate code.2. Keeping code as simple as possible so that it would be easy to maintain.3. Server-side-rendered apps will definately get the plus points on SEO.4. Server-side rendering is also one of the key improvements in React 16 and therefore react apps with SSR gain huge performance benefits from it.
This page was generated from this YAML file. Found a typo, want to add some data? Just edit it on GitHub.