markfinger / python-react

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

Support date/time and decimal objects in props - #9 #18

Closed matthewryanscott closed 9 years ago

matthewryanscott commented 9 years ago

As we are dependent on Django, use the DjangoJSONEncoder to support this.

markfinger commented 9 years ago

Cool! Thanks again, Matthew