December 7, 2018

261 words 2 mins read

react-page/react-page

react-page/react-page

Next-gen, highly customizable content editor for the browser - based on React and Redux and written in TypeScript. WYSIWYG on steroids.

repo name react-page/react-page
repo link https://github.com/react-page/react-page
homepage https://ory-editor.aeneas.io
language TypeScript
size (curr.) 218861 kB
stars (curr.) 7978
created 2015-05-29
license GNU Lesser General Public License v3.0

ReactPage (formerly known as ORY editor)

Build Status Coverage Status Docs Guide

ReactPage is a smart, extensible and modern editor (“WYSIWYG”) for the web written in React. If you are fed up with the limitations of contenteditable, you are in the right place.

Bundle Size

We try to keep the initial bundle size low so that you can use this library also to render the content statically without edit functionality.

We achieve that by lazy-loading using import() functions. Most modern bundlers like webpack (e.g. in nextjs) support this kind of lazy loading. So the default editor-ui (based on material-ui) is only loaded if the editor is in editMode.

You can additionally use @react-page/renderer to have a minimal renderer.

Documentation

The docs can be found inside the docs folder of this project.

You can follow the Quick Start to get the basic editor running on your project.

A list of some packages and tools that we provide can be found here, check this file to see what you can accomplish with this editor.

Finally you can check the rest of the docs here

We also provide docummentations for all of the public api methods, the docs are available here

(currently outdated, sorry! )

Attributions

Formerly known as ORY Editor

Original Library created by @aeneasr @ory

Follow twitter Follow GitHub

Community

join us on slack: https://reactpage.slack.com

comments powered by Disqus