React Strict DOM Package
The package is open source, just like React, and its GitHub page can be found here.
Simplify the process of building multi-platform applications.
This article was made for all of you that was looking for help on how to build a multi-platform application from a codebase. Any of you that explicitly build for the web won’t find much use of this, since they have React in its well-tested form. On the other hand, any of you that wish to create a native app can just use React Native.
It’s in an Experimental state (many features are still unfinished and under-development) it can be tried out, but it's not yet advisable to use it in production environment.
Essentially you would use the build blocks for JSX from this package and, upon compilation, translate the relevant elements based on the platform we're building for.
We can see it from the sourcecode as well, how different elements are translated to their corresponding target element in accordance with the targeted platform.
We are eagerly anticipating how and when this package will simplify our lives. In the meantime, it's worth checking out our blog for other news and articles.