ckeditor / ckeditor5

Powerful rich text editor framework with a modular architecture, modern integrations, and features like collaborative editing.
https://ckeditor.com/ckeditor-5
Other
8.7k stars 3.62k forks source link

Research integration problems with JS (meta)frameworks #14482

Open Witoso opened 1 year ago

Witoso commented 1 year ago

When doing a hackathon with a Svelte integration, we noticed that it's not that easy to set up the editor in the framework and that it requires some hacks. It would be good to have more understanding of what breaks where, and if we are affected by the common push to the SSR.

I would focus on the frameworks mentioned by professional devs in the recent SO 23 survey that have more than 1% or 5% usage.

  1. Next.js
  2. Svelte + SvelteKit ---- less than 5% barrier
  3. Nuxt.js
  4. Remix

and try to test the editor with them in the 'Getting Started' setup.

Scope

Witoso commented 10 months ago

Rel: missing SSR docs #14915.