Skip to content

qimingweng/static-render-react-hot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static Rendering with React Hot Loading

The key trick is that we need to tell webpack to actually generate two bundle.js assets, one with the hot loading magic, and the other one which tells the view how to render just once.

Getting started

npm install
npm start

About

A demonstration of how to use static render with react hot loader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors