Server rendering in python/ruby/php then attach react.js in client -


i'd try react.js.

most examples seem suggest server api + reactjs rendering
or server rendering via node/reactjs + reactjs rendering on client

i'd have 2 templates, 1 server , 1 client because think maintaining node+reactjs on server hassle , cause performance degrade.

if render html on server jinja2 (or whatever server template language other reactjs), possible attach reactjs component rendered html?

doesn't react add special id , key attributes divs hard create jinja2 (or template language) ?


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -