Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaredpalmer/razzle

✨ Create server-rendered universal JavaScript applications with no configuration
https://github.com/jaredpalmer/razzle

isomorphic javascript parallel preact react typescript universal webpack

Last synced: about 1 month ago
JSON representation

✨ Create server-rendered universal JavaScript applications with no configuration

Awesome Lists containing this project

README

        

![repo-banner](https://user-images.githubusercontent.com/4060187/28923990-050a32d4-782e-11e7-9da7-574ce5a8b455.png)

[![npm version](https://badge.fury.io/js/razzle.svg)](https://badge.fury.io/js/razzle) [![npm](https://img.shields.io/npm/dm/razzle)](https://www.npmjs.com/package/razzle) ![Node CI](https://github.com/jaredpalmer/razzle/workflows/Node%20CI/badge.svg) [![Known Vulnerabilities](https://snyk.io/test/github/jaredpalmer/razzle/badge.svg?targetFile=package.json)](https://snyk.io/test/github/jaredpalmer/razzle?targetFile=package.json) ![Razzle-status](https://david-dm.org/jaredpalmer/razzle.svg?path=packages/razzle) [![license](https://badgen.now.sh/badge/license/MIT)](./LICENSE) [![Discord](https://img.shields.io/discord/769256827007139912?label=%F0%9F%92%AC%20%20join%20us%20on%20discord&style=plastic)](https://discord.com/invite/RevdZTYMzr)

Universal JavaScript applications are tough to setup. Either you buy into a framework like Next.js or Nuxt, fork a boilerplate, or set things up yourself. Aiming to fill this void, Razzle is a tool that abstracts all the complex configuration needed for building 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.

## Getting Started

Visit https://razzlejs.org/getting-started to get started with Razzle.

## Examples

Razzle has many examples, we might have one that fits your needs

See: [The examples](https://github.com/jaredpalmer/razzle/tree/master/examples)

## Documentation

Visit https://razzlejs.org/ to view the documentation.

## Getting help

If you get stuck, check out Razzle's [GitHub Discussions](https://github.com/jaredpalmer/razzle/discussions). In addition, #razzle-afterjs on the [Formium Community Discord Server](https://discord.gg/pJSg287) is a great way to get help quickly too.

## Contributing

Please see our [CONTRIBUTING.md](/.github/CONTRIBUTING.md).

## Inspiration

- [jaredpalmer/backpack](https://github.com/jaredpalmer/backpack)
- [nytimes/kyt](https://github.com/nytimes/kyt)
- [facebookincubator/create-react-app](https://github.com/facebookincubator/create-react-app)
- [humblespark/sambell](https://github.com/humblespark/sambell)
- [zeit/next.js](https://github.com/zeit/next.js)

### Author

- [Jared Palmer](https://twitter.com/jaredpalmer)

## Contributors

Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):

- **Jared Palmer** - [@jaredpalmer](http://jaredpalmer.com)
- **Contributions:** question, code, design, doc, example, ideas, review, test, tool
- **Nima Arefi** - [@Nimaa77](https://github.com/Nimaa77)
- **Contributions:** question, code, doc, example, ideas, review, test, tool
- **Øyvind Saltvik** - [@fivethreeo](https://github.com/fivethreeo/)
- **Contributions:** question, code, example, ideas, review, test, tool
- **Jari Zwarts** - [@jariz](https://jari.io)
- **Contributions:** question, code, ideas, plugin, review
- **Dan Abramov** - [@gaearon](http://twitter.com/dan_abramov)
- **Contributions:** code, ideas
- **Eric Clemmons** - [@ericclemmons](http://ericclemmons.github.com/)
- **Contributions:** code, ideas
- **Zino Hofmann** - [@HofmannZ](https://www.linkedin.com/in/zinohofmann/)
- **Contributions:** example
- **Lucas Terra** - [@lucasterra](https://www.linkedin.com/in/lucasterra7/)
- **Contributions:** code, example, plugin
- **Ray Andrew** - [@rayandrews](https://www.linkedin.com/in/ray-andrew/)
- **Contributions:** code, example, plugin
- **Heithem Moumni** - [@heithemmoumni](https://www.linkedin.com/in/heithemmoumni/)
- **Contributions:** code, example, plugin

This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!

---

MIT License