Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days ago
JSON representation
✨ Create server-rendered universal JavaScript applications with no configuration
- Host: GitHub
- URL: https://github.com/jaredpalmer/razzle
- Owner: jaredpalmer
- License: mit
- Created: 2016-02-10T18:34:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T08:45:43.000Z (9 months ago)
- Last Synced: 2024-10-29T20:56:18.209Z (about 1 month ago)
- Topics: isomorphic, javascript, parallel, preact, react, typescript, universal, webpack
- Language: JavaScript
- Homepage: https://razzlejs.org
- Size: 13.3 MB
- Stars: 11,102
- Watchers: 117
- Forks: 866
- Open Issues: 137
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome - jaredpalmer/razzle - ✨ Create server-rendered universal JavaScript applications with no configuration (JavaScript)
- awesome - razzle - ✨ Create server-rendered universal JavaScript applications with no configuration (JavaScript)
- awesome-toolkits - Razzle - ✨ Create server-rendered universal JavaScript applications with no configuration. (Web)
- awesome-github-star - razzle - rendered universal JavaScript applications with no configuration | jaredpalmer | 11081 | (JavaScript)
- awesome-universal-rendering - Razzle - Handles the building. You do the rest. (Tools / React)
- awesome-starred - jaredpalmer/razzle - ✨ Create server-rendered universal JavaScript applications with no configuration (webpack)
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, pluginThis project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!
---
MIT License