DEV Community

Cover image for How to add Ckeditor5 in your Next JS, react App

How to add Ckeditor5 in your Next JS, react App

Apu Chakraborty on June 06, 2021

I am creating a fresh CRA & here is my project directory Before we going started, you need to add this npm package first, to install please ...
Collapse
 
laurencefass profile image
laurence fass

Your codesandbox has same problem as my application. When you make a change in the code, and reload error:

CKEditorError
ckeditor-duplicated-modules
Read more: ckeditor.com/docs/ckeditor5/latest...
â–¶ 13 stack frames were collapsed.
eval
/src/Editor.js:10:21
7 | useEffect(() => {
8 | editorRef.current = {
9 | CKEditor: require("@ckeditor/ckeditor5-react").CKEditor, // v3+

10 | ClassicEditor: require("@ckeditor/ckeditor5-build-classic")
| ^
11 | };
12 | }, []);
13 |

Any idea how to solve this?

Collapse
 
apuchakraborty profile image
Apu Chakraborty
Collapse
 
laurencefass profile image
laurence fass

thanks for reply. can you provide explanation with link?

Collapse
 
codexmaker profile image
Samuel Vazquez

Thanks for this !

Collapse
 
terkwood profile image
Felix Terkhorn

Quite welcome! Best of luck in your journeys and have a great weekend!

Collapse
 
commentme profile image
Unnati Bamania

Thanks! This really helps.

Collapse
 
narottam81 profile image
Narottam81

how can we add "Normal" in heading of toolbar along with paragraph? Can you make a post on that, it will help alot.

Collapse
 
trinhcamminh profile image
MINHCT

sir how can I upload image

Collapse
 
rahulnikam profile image
Rahul Nikam

Did you find any solution?

Collapse
 
trinhcamminh profile image
MINHCT

not yet sir:(((

Thread Thread
 
rahulnikam profile image
Rahul Nikam

Bro, I'm trying to find a Rich Text Editor for one of my projects, Non of them are working as expected, but you can go with TipTap

Thread Thread
 
trinhcamminh profile image
MINHCT

can I upload image with this bro ?

Thread Thread
 
rahulnikam profile image
Rahul Nikam

Yes, but only from the URL and not from your device! :(

Collapse
 
felixasante profile image
felix asante

Really helpful, i finally got to fix the errors that i was having