draft-cljs
v2.1.2
Published
Hack to use draft-js editor with ClojureScript & re-frame simplier and without problems with state management
Readme
Draft-cljs
This is a hack to use draft-js editor with ClojureScript and
without state-related problems.
draft-cljs is based on draft-js-plugins-editor (https://github.com/draft-js-plugins/draft-js-plugins) since version 2.0.0.
Installation
draft-js-plugins-editor-based version:
npm install --save draft-cljs@2draft-js-based version:
npm install --save [email protected]