Expirement with static react app pre-render before deploy it, to improve first loading time
$ npm install
$ babel-node index.js > index.html
$ ./node_modules/.bin/webpack --config webpack.config.js
Expirement with static react app pre-render before deploy it, to improve first loading time
JavaScript