Skip to content

Commit

Permalink
Updated the "create-react-app" URL
Browse files Browse the repository at this point in the history
  • Loading branch information
buntured authored Jan 2, 2022
1 parent fbc0d97 commit f1e970a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ import Features from 'components/features';

<Features />

JavaScript applications are tough to setup. Either you buy into a framework, fork a boilerplate, or set things up yourself. Aiming to fill this void, Razzle is a tool that abstracts all complex configuration needed for both SPA's and SSR applications into a single dependency--giving you the awesome developer experience of [create-react-app](https://github.com/facebookincubator/create-react-app), but then leaving the rest of your app's architectural decisions about frameworks, routing, and data fetching up to you. With this approach, Razzle not only works with React, but also Preact, Vue, Svelte, and Angular, and most importantly......whatever comes next.
JavaScript applications are tough to setup. Either you buy into a framework, fork a boilerplate, or set things up yourself. Aiming to fill this void, Razzle is a tool that abstracts all complex configuration needed for both SPA's and SSR applications into a single dependency--giving you the awesome developer experience of [create-react-app](https://github.com/facebook/create-react-app), but then leaving the rest of your app's architectural decisions about frameworks, routing, and data fetching up to you. With this approach, Razzle not only works with React, but also Preact, Vue, Svelte, and Angular, and most importantly......whatever comes next.

**Razzle comes with the "battery-pack included"**:

- 🔥 Universal Hot Module Replacement, so both the client and server update whenever you make edits. No annoying restarts necessary
- Comes with your favorite ES6 JavaScript goodies (through `babel-preset-razzle`)
- Comes with the same CSS setup as [create-react-app](https://github.com/facebookincubator/create-react-app)
- Comes with the same CSS setup as [create-react-app](https://github.com/facebook/create-react-app)
- Works with [React](https://github.com/facebook/react), [Preact](https://github.com/developit/preact), and [Reason-React](https://github.com/jaredpalmer/razzle/tree/master/examples/with-reason-react) as well as [Angular](https://github.com/angular/angular) and [Vue](https://github.com/vuejs/vue) if that's your thing
- Escape hatches for customization via `.babelrc` and `razzle.config.js`
- [Jest](https://github.com/facebook/jest) test runner setup with sensible defaults via `razzle test`
Expand Down

0 comments on commit f1e970a

Please sign in to comment.