python-react
python-react copied to clipboard
Server-side rendering of React components
Hi, I am getting a react.exceptions.ReactRenderingError. I have been testing the code independently on the dev server made by CRA and also by building it and serving index.html with flask....
Bumps [requests](https://github.com/psf/requests) from 2.7.0 to 2.20.0. Changelog Sourced from requests's changelog. 2.20.0 (2018-10-18) Bugfixes Content-Type header parsing is now case-insensitive (e.g. charset=utf8 v Charset=utf8). Fixed exception leak where certain redirect...
Bumps [requests](https://github.com/psf/requests) from 2.7.0 to 2.20.0. Changelog Sourced from requests's changelog. 2.20.0 (2018-10-18) Bugfixes Content-Type header parsing is now case-insensitive (e.g. charset=utf8 v Charset=utf8). Fixed exception leak where certain redirect...
Bumps [flask](https://github.com/pallets/flask) from 0.10.1 to 1.0. Release notes Sourced from flask's releases. 1.0 The Pallets team is pleased to release Flask 1.0. [Read the announcement on our blog.](https://www.palletsprojects.com/blog/flask-1-0-released/ There are...
Is there any plan to run travis on newer versions of Python and Django? ``` python: - "2.7" - "3.4" env: - DJANGO_VERSION=1.7.8 - DJANGO_VERSION=1.8.1 ``` Code is not Python...
Has anyone compared rendering performance between Python-React and Next.js? Or any other SSR React tool? If so, can you please post some benchmarks? I'm curious about Python React, but I...
It's probably worth allowing custom json serializers to be easily added. The change should be pretty simple, see https://github.com/markfinger/python-react/blob/1bad117ab36ced678b3c99b876b5e3eb7baa0750/react/render_server.py#L27 Basically, RenderServer.render should accept a `json_encoder` kwarg, that defaults to the...
Hi there, I was wondering if you had any experience with react-router and redux together for server-side rendering. I know about [HorizonXP/react-router-render](https://github.com/HorizonXP/react-router-render), (which would need an update to react-router 1.x),...
The path checks in the python side are not overly useful as the node process will detect the same issue when it tries to import the file. That being said,...