react-engine vs other template engines
问题 I was wondering to use paypal's React Engine (https://github.com/paypal/react-engine), but I have some doubts: What are the benefits over other template engines like Handlebars? Why upload .jsx files, and not (jsx precompiled/transformed) .js files? (This one should be faster because don't have to do deal with the transformation at the server). I have been researching but I get confused. Thanks 回答1: The main difference between react-engine and template engines is only when the browser enables