react-isocontent-native

Render Isocontent ASTs with ReactNative

Usage no npm install needed!

<script type="module">
  import reactIsocontentNative from 'https://cdn.skypack.dev/react-isocontent-native';
</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