简体   繁体   中英

React Starter Kit vs Next.js

We are looking into frameworks/libraries to build a content publishing site using React, key requirements are usual stuff SEO, page speed, along with ease of server side rendering. Has anyone any experience with using React Starter Kit in production environment for a medium-large sized application? Has anyone tried Next.js ?

Am new to React kits and frameworks, and as I understand RSK is just an isomorphic boilerplate and next.js is also isomorphic though with server-side rendering. How do they compare and what might work in what situation? am not necessarily looking for an easy to put together boilerplate but a library/framework that has a strong base and can justify use in production.

I have tried Nextjs and its working fine in production . Nextjs is easy to setup and gives you ssr functionality .It easier to create isomorphic app with Nextjs in comparison react kit. With SSR page load is instant with Nextjs .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM