Alternative React component for Jodit HTML editor
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 406
- Forks
- 131
- Avg merge
- 2h 32m
- Merged PRs (30d)
- 2
Description
There are some issues when I use your jodit-react module,
When I want to wrap the module in the third component and do some stuff on, like altering content before update or adding a default value to, It cause re-rendering on each onChange for JoditEditor component and I lose the focus and cursor point of the editor.
So I decided to use the main Jodit module instead of jodit-react and add some functionality on it.
Lazy loading for jodit module and debounce for onChange prop are the main things that I added.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the existing jodit-react module and its JoditEditor component, then compare their behavior with the linked gist. Identify the intended scope for lazy loading, debounced onChange handling, and preserving editor focus before defining completion criteria; the issue does not name files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100