An interesting article showing a minimum viable rendering of a React component.<p>Here's a variation on the same components rendered by 'django-react': <a href="https://github.com/ivanistheone/djangoiso" rel="nofollow">https://github.com/ivanistheone/djangoiso</a><p>It would be interesting to do performance comparisons:<p><pre><code> client --> nginx --> node.js
</code></pre>
vs<p><pre><code> client --> nginx --> uWSGI --> django <--django_node--> node.js
</code></pre>
I know who'll win, but still good to know by how much.