react-isocontent

Render Isocontent ASTs with react

Usage no npm install needed!

<script type="module">
  import reactIsocontent from 'https://cdn.skypack.dev/react-isocontent';
</script>

README

Isocontent

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)

Build Status Coverage Status

This repo contains the client code for Javascript client (Vanilla, ReactDOM, ReactNative).

The Server side (PHP) repo is Here