简体   繁体   English

React Starter Kit与Next.js

[英]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. 我们正在研究使用React构建内容发布站点的框架/库,关键要求是SEO,页面速度以及服务器端渲染的便捷性。 Has anyone any experience with using React Starter Kit in production environment for a medium-large sized application? 有没有人在中型应用程序的生产环境中使用React Starter Kit的经验? Has anyone tried Next.js ? 有人尝试过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. 这是React工具包和框架的新功能,据我所知,RSK只是一个同构的样板,尽管具有服务器端渲染,但next.js也是同构的。 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及其在生产中的正常工作。 Nextjs is easy to setup and gives you ssr functionality .It easier to create isomorphic app with Nextjs in comparison react kit. Nextjs易于设置,并为您提供ssr功能。在比较react kit中,使用Nextjs可以轻松创建同构应用。 With SSR page load is instant with Nextjs . 使用SSR,Nextjs可以立即加载页面。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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