@redabacha/magnolia-react-editor
v2.4.2
Published
Magnolia React Editor
Downloads
16
Readme
Magnolia React
Forked from https://git.magnolia-cms.com/projects/MODULES/repos/frontend-helpers/browse/packages/react-editor
Differences to upstream
- significantly smaller (and now treeshakeable) bundle (4kB minified vs 35kB minified)
- esmodule support
- rewritten with react hooks
- rewritten in typescript
- many fixes and improvements, some notable ones include:
- rewritten html comment injection to not make assumptions about page layout and only ever render html comments in the spa editor
- proper rerendering of components in the page
- better logging for certain warnings and errors to make debugging much easier
- fix for p13n of components with areas (see MGNLFE-147)
- slightly different but more flexible api to override default render behavior of areas and components
- no ssr support in spa editor