Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

python + react + webpack example

This example illustrates how:

  • A single codebase can be used to generate server-side rendered HTML as well client-side interactivity.
  • To pre-render HTML so that you can optimise for search-engines.
  • Server-side rendering enables you to gracefully-degrade interactive features on clients without JavaScript enabled.

Running the example

pip install -r requirements.txt
npm install
python example.py

And visit http://127.0.0.1:8000