Echo JS 0.11.0

<~>
app_dev 1528 days ago. link 1 point
Hello World Demo:

https://www.dataformsjs.com/examples/hello-world/en/react.htm

Why?

It's a fast way to include React on any web page and build apps with using a build process or large dependencies. Simply use React with JSX in a page or site and include needed CDN or JavaScript links.

How?

It compiles JSX directly to JS for modern browsers and downloads Polyfills and Babel Standalone for IE and other old browsers.

Doesn’t Babel Standalone do this already?

Yes, however when Babel Standalone is used in a Browser it is intended for prototyping. This script is intended for production use. Originally I used Babel Standalone for all React demos on the site however it takes a lot of memory and causes a delay of many seconds when viewing pages from a mobile device. Once I created this script memory was reduced up to 5x and content renders almost instantly now.

Replies