From 75271a85c0ab827236024b92f429b39330cc13ed Mon Sep 17 00:00:00 2001 From: filipenevola Date: Sun, 25 Dec 2022 10:06:41 -0400 Subject: [PATCH] Adds Meteor.js as a popular alterative for full-featured framework. --- beta/src/content/learn/start-a-new-react-project.md | 1 + 1 file changed, 1 insertion(+) diff --git a/beta/src/content/learn/start-a-new-react-project.md b/beta/src/content/learn/start-a-new-react-project.md index 3e1d44d36e5..e9337c343d4 100644 --- a/beta/src/content/learn/start-a-new-react-project.md +++ b/beta/src/content/learn/start-a-new-react-project.md @@ -66,6 +66,7 @@ The [Next.js Foundations](https://nextjs.org/learn/foundations/about-nextjs) tut * [Gatsby](https://www.gatsbyjs.org/) * [Remix](https://remix.run/) * [Razzle](https://razzlejs.org/) +* [Meteor.js](https://meteor.com/) ## Custom toolchains {/*custom-toolchains*/}