thanks for the feedback onur. i just installed the uBlock chrome extension, and i could not reproduce the blank screen. Could it be another extension that you are using? Device/browser details would be appreciated as well. thank you!
Prosemirror and Slate both great projects but lack of community interest. They are basically framework for creating WYSIWYG, until they release full featured editor built on it, i dont think it will become popular.
Personally tried both, working with Slate feels much smoother, plugin system easier than prosemirror in my opinion.
And, there is ckeditor5-beta. You might wanna check out.
I'm not an expert but finding good javascript developers is easier than other languages. Since javascript has lot of hypes lately, people started to move javascript.
And, in my opinion nodejs is really good for quick & lightweight solutions.
IMHO, one of the biggest barriers right now for developers is getting "pigeonholed" in the hiring process by hiring managers and recruiters into thinking that programming skills in one language don't translate to others. The automated filtering of resumes/applications only makes the issue worse.
I think my reply to your comment would have to be something like:
* it depends what type of project experience is required (desktop app, mobile app, web server, embedded device, etc)
* it depends where the job is
* it depends what sector you are talking about (governments tend to choose Microsoft languages more than startups)
* it depends what age range of applicants is expected (I'd wager Java has is a decent bias towards older programmers who probably wouldn't get hired at most companies I've interviewed at)
Both froala and reactor are pretty expensive products imo. They are really good editors and i believe they both worth it, but i would prefer cheaper or opensource alternative.
afaik, you cant use draftjs projects like slate, react-rte (both of them awesome) with another framework like vuejs or angular. and you need to store your content as json or you should write parser for each custom block you defined.
- CKEditor 5 (supports json export/import) - Tiptap 2 (beta, but very stable / requires sponsorship / supports many frameworks) - Remirror (under development, almost stable, free)