razzle-react-vue-elm-php-lol

Blazing fast Razzle app with React, Vue, PHP, and Elm + HMR

Stars
49
Committers
1

Razzle React Vue Elm PHP...lol

These apps are a demonstration of how 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:


module.exports = {
 plugins: ['elm', 'vue', 'php'] // react is the default
}

Related Projects