JohnField / holochain-draft-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

holochain-draft-js

This is a learning attempt at deploying a modern JS app as a Holochain app. Was made curious by seeing the Developer docs recommend a transpiler as HC copies the app into a VM sandbox.

I've combined a rich text editor from Draft JS and my HoloWorld

Holochain apps are of course peer-to-peer; the app runs in a browser that hcdev serves from ui directory.

So, ui contains the entire draft-js React app. Use the editor as normal; press Write and Read to stoare and fetch to the chain as per the tutorial.

About


Languages

Language:JavaScript 52.4%Language:HTML 42.0%Language:CSS 5.6%