jaredpalmer / razzle-react-vue-elm-php-lol

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Razzle React Vue Elm PHP...lol

Blazing FAST!

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
}

screenshot 2018-06-14 18 30 44

About

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


Languages

Language:JavaScript 69.7%Language:Elm 12.2%Language:Vue 7.6%Language:CSS 6.2%Language:PHP 4.3%