# CRA is Dead? ReactJS Frameworks You Should Use Instead!

React has officially removed the "[create-react-app](https://create-react-app.dev/)" from its new documentation, [react.dev](https://react.dev), you know what? It's not dead yet. Yes! You read it right, you can still use "`create-react-app`" command to start building your application using the vanilla ReactJS library.

Now that React Documentation has officially removed CRA from the installation page, they've suggested a couple of React-based Frameworks to allow you build application with ease.

The step has been taken to simplify the process of react development and make it easier than ever.

## Why CRA is removed from the documentation?

So, if you want to know the reason behind the removal of CRA, from my POV, it's quite simple, the core community of React wants to help users adapt React Framework quickly, and avoid making any blunders that comes as a distraction in their learning.

With new documentation into play, it has revealed significant changes that has been made in the React Library to help user adapt more quickly.

React Developers are now focusing on increasing the adoption rate to compete with **Angular** & **Vue**.**js,** which shares the 10% of the top 1,000 websites.

## ReactJS Frameworks that you can use:

### NextJS

NextJS is a React-based Framework developed and supported by Vercel. It's a complete full-stack framework that also supports database handling and dynamic server-side generation, which allows you to build a web application in no time.

![](https://assets.vercel.com/image/upload/v1662090959/front/nextjs/twitter-card.png align="center")

Visit: [https://nextjs.org/](https://nextjs.org/)

### ViteJS

![](https://vitejs.dev/og-image.png align="center")

Visit: [https://vitejs.dev/](https://vitejs.dev/)

### AstroJS

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1680500062542/04ef0f6e-261c-4f0d-862c-d1de7b93467b.png align="center")

Visit: [https://astro.build/](https://astro.build/)

### Remix

![](https://remix.run/img/og.1.jpg align="center")

Visit: [https://remix.run/](https://remix.run/)

### Gatsby

![Website rebuilt in GatsbyJS | Web Development Blog](https://stevencotterill.com/static/a8c8c75ea310f6d3f91c681946646114/2a299/website-rebuilt-in-gatsbyjs.png align="left")

Visit: [https://www.gatsbyjs.com/](https://www.gatsbyjs.com/)

### Expo

![](https://repository-images.githubusercontent.com/65750241/79017180-d4ce-11e9-9955-3f0a7be00c7a align="center")

Visit: [https://expo.dev/](https://expo.dev/)
