markfinger / python-react

Server-side rendering of React components
MIT License
1.62k stars 116 forks source link

Improve the clarity of the client-side introspection errors #8

Closed markfinger closed 9 years ago

markfinger commented 9 years ago

Respect the DJANGO_REACT['DEBUG'] flag and pump in more explicit suggestions.

The obvious one is if a React global is missing.

markfinger commented 9 years ago

Given the shift towards a more purely rendering functionality, this is no longer relevant.