Skip to main content

PDEJS

Plugin(Preact-like) Declarative for Editor.js

Make Editor.js More Powerful

PDEJS realizes to create Editor.js tools is easier. This makes the development of using Editor.js more efficient.

Declarative Programming

Get benefits from declarative programming by using the JSX. It clarifies the relationship between UI and the implements and simplifies complex state management in almost the same way Preact.

No dependence on UI Libraries

PDEJS does not depend on any UI Libraries like React, Vue, Ember, etc. It supports creating UI by pure JavaScript(and JSX). Of course, it works well with TypeScript.