From 73bdd54bd7aa1bead9792f652bb544b41dc7dfd8 Mon Sep 17 00:00:00 2001 From: Oleksandr Date: Tue, 10 Sep 2024 04:54:00 +0300 Subject: [PATCH] Update README These links are outdated, I did not find any alternative --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 4672c9f993d..fdac163db5b 100644 --- a/README.md +++ b/README.md @@ -181,8 +181,6 @@ Here are a few common cases where you might want to try something else: - If your website is **mostly static** (for example, a portfolio or a blog), consider using [Gatsby](https://www.gatsbyjs.org/) or [Next.js](https://nextjs.org/). Unlike Create React App, Gatsby pre-renders the website into HTML at build time. Next.js supports both server rendering and pre-rendering. -- Finally, if you need **more customization**, check out [Neutrino](https://neutrino.js.org/) and its [React preset](https://neutrino.js.org/packages/react/). - All of the above tools can work with little to no configuration. If you prefer configuring the build yourself, [follow this guide](https://reactjs.org/docs/add-react-to-a-website.html).