Isocontent is a parsing / rendering library, that transform textual contents like HTML into an AST.
This allows rendering of content from, let say, a WYSIWYG editor on any platform (HTML / ReactDOM / ReactNative)
This repo contains the client code for Javascript client (Vanilla, ReactDOM, ReactNative).
The Server side (PHP) repo is Here