Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 572 Bytes

File metadata and controls

17 lines (11 loc) · 572 Bytes

Python + React examples

Basic rendering

Illustrates how to pre-render React components for a production system. The example use React as a substitute for python template systems.


For client-side integration examples, Owais's django-webpack-loader project has a bunch of good starting points.


Feel free to open a pull request, if you'd like to contribute more examples or links