Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 567 Bytes

File metadata and controls

21 lines (16 loc) · 567 Bytes

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