https://github.com/jaredpalmer/razzle-react-vue-elm-php-lol
:fire: Blazing fast Razzle app with React, Vue, PHP, and Elm + HMR
https://github.com/jaredpalmer/razzle-react-vue-elm-php-lol
elm hot-module-replacement php razzle react vue webpack
Last synced: 4 months ago
JSON representation
:fire: Blazing fast Razzle app with React, Vue, PHP, and Elm + HMR
- Host: GitHub
- URL: https://github.com/jaredpalmer/razzle-react-vue-elm-php-lol
- Owner: jaredpalmer
- Created: 2018-06-13T17:43:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-15T13:33:26.000Z (almost 7 years ago)
- Last Synced: 2024-12-10T15:13:36.933Z (4 months ago)
- Topics: elm, hot-module-replacement, php, razzle, react, vue, webpack
- Language: JavaScript
- Homepage:
- Size: 182 KB
- Stars: 49
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - razzle-react-vue-elm-php-lol - :fire: Blazing fast Razzle app with React, Vue, PHP, and Elm + HMR (JavaScript)
- awesome-blazingly-fast - razzle-react-vue-elm-php-lol - :fire: Blazing fast Razzle app with React, Vue, PHP, and Elm + HMR (JavaScript)
README
# Razzle React Vue Elm PHP...lol

These apps are a demonstration of how [Razzle](https://github.com/jaredpalmer/razzle) can adapt to changing needs.
It includes examples of universal server rendering with React, React in PHP via Babel-PHP, Vue, and Elm with hot module replacement....all at the same time.
---
#### The punch line...All of the code in `razzle.config.js` in the last example can actually just be replaced with new Razzle v2 plugins:
```js
module.exports = {
plugins: ['elm', 'vue', 'php'] // react is the default
}```
