diff --git a/README.md b/README.md index 698cf4fc3f2..accc93c0358 100644 --- a/README.md +++ b/README.md @@ -196,9 +196,9 @@ Here’s a few common cases where you might want to try something else: * If you need to **publish a React component**, [nwb](https://github.com/insin/nwb) can [also do this](https://github.com/insin/nwb#react-components-and-libraries), as well as [Neutrino's react-components preset](https://neutrino.js.org/packages/react-components/). -* If you want to do **server rendering** with React and Node.js, check out [Next.js](https://github.com/zeit/next.js/) or [Razzle](https://github.com/jaredpalmer/razzle). Create React App is agnostic of the backend, and just produces static HTML/JS/CSS bundles. +* If you want to do **server rendering** with React and Node.js, check out [Next.js](https://github.com/zeit/next.js/), [Razzle](https://github.com/jaredpalmer/razzle), or [Reframe](https://github.com/brillout/reframe). Create React App is agnostic of the backend, and just produces static HTML/JS/CSS bundles. -* If your website is **mostly static** (for example, a portfolio or a blog), consider using [Gatsby](https://www.gatsbyjs.org/) instead. Unlike Create React App, it pre-renders the website into HTML at the build time. +* If your website is **mostly static** (for example, a portfolio or a blog), consider using [Gatsby](https://www.gatsbyjs.org/) or [Reframe](https://github.com/brillout/reframe) instead. Unlike Create React App, they pre-render the website into HTML at the build time. * If you want to use **TypeScript**, consider using [create-react-app-typescript](https://github.com/wmonk/create-react-app-typescript).