Draft.js
DISCONTINUED
GrapesJS
Our great sponsors
- Appwrite - The open-source backend cloud platform
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
Draft.js | GrapesJS | |
---|---|---|
40 | 46 | |
22,309 | 19,147 | |
- | 1.3% | |
8.2 | 9.5 | |
12 months ago | about 19 hours ago | |
JavaScript | TypeScript | |
MIT License | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Draft.js
-
What is this called? how do you create it? any library? (react)
Draft JS
-
Is there a good alternative to Draft-js rich text editor?
Draft-js developed by Facebook, last update was over 2 years ago and it still got over 800k weekly downloads. I can't quite get it to work so I'm wondering if theres other good alternatives out there.
-
Making text editor in tauri
If you want to write the GUI code in Rust, you'd need something like Dioxus (which uses Tauri under the hood). But note that the Rust GUI ecosystem is still new, so I doubt we have something like Draft.js (a wysiwyg editor component for React). There's a lot of complexity involved in writing a text editor, and I'll suspect you'll have to handle a lot of that yourself.
-
Lexical – a web text editor framework that powers Facebook
How does this compare to Draft.js, another rich text editor created by Facebook?
- Does anybody a block-based rich text editor like notion that works with react?
-
Facebook open sources Lexical, an extensible text editor framework
FWIW, we updated the README to reflect the status of DraftJS today.
https://github.com/facebook/draft-js
Point taken about updating the site, though.
I think it would be helpful to explicitly say that draft.js is deprecated here [1]. I was recently caught out by this, and started using draft.js without realising it’s been abandoned.
>Sure, but indicate that it's an alpha product
Do you mean something like the banner on the README?
https://github.com/facebook/lexical
>They don't even have the decency to label it is such
Do you mean something like the big banner on the README?
-
Useful Utility React.js Libraries
Draft-js. It is a JavaScript rich text editor framework, built for React and backed by an immutable model. Here is a link to it: https://draftjs.org
GrapesJS
-
Any FOSS to make HTML websites for self-hosting?
What I found was GrapesJS. I'd definitely recommend it: https://grapesjs.com/
-
Open source for frontend
Open-source web builder framework for creating templates without coding. Website - GitHub
-
Show HN: I made a MailChimp alternative that connects to your database
I agree. It is a little confusing. As a dev I can see how it might be useful when I don't have time to build the interface. But not really sure.
Have you looked at something like https://grapesjs.com/ for templates?
- Coding HTML templates for emails is a nightmare. Do you know of any tool to make it easier?
-
How to build a webpage builder like Wix, Squarespace, Shopify, etc? I want to build one with React
E.g https://grapesjs.com/
-
Looking for flow builder like reactflow
Take a look at grapesjs ( https://github.com/GrapesJS/grapesjs) . . . With a bit of work u can make a pretty good editor using it. For reference u can check out something like poweredit (https://github.com/anatoli-dp/poweredit) that uses it (I am aware it is a pretty poor example.domt hate me but it was my first take at using the framework and making an application) as well as quite a few others. But it does have a lot to use as a starting point for your own
-
Any have a comprehensive table of web hosts and their costs for various plans, both for the first year and beyond?
Something else you might consider if you aren't tied to WordPress, there's other blogging platforms which can be run locally and just spit out HTML/CSS/JavaScript which you can then upload to a static web host. This would make it basically free to host since you wouldn't need a traditional server. But would require you to change how you do things. If you want more control over the website's look, GrapeJS is a full website builder and Jekyll is a markdown to site generator. Both would enable you to host for pennies or less a month. (And there's many other options if you want to go down this route.)
- Which JS libraries to create graphical GUI and logic GUI in 2022?
- [AskJS] Looking for UI visual editor?
-
[Hobby Scuffles] Week of August 22, 2022 (Rules update + poll)
You could use GrapesJS (https://grapesjs.com) to create your website. It's an open-source Wysiwyg editor that can export a zip archive with all the site files, ready to host them in any of the free static hosting solutions out there (Netlify, CloudFlare Pages, Github Pages, Neocities, etc.).
What are some alternatives?
quill - Quill is a modern WYSIWYG editor built for compatibility and extensibility.
slate - A completely customizable framework for building rich text editors. (Currently in beta.)
TinyMCE - The world's #1 JavaScript library for rich text editing. Available for React, Vue and Angular
react-quill - A Quill component for React.
Editor.js - A block-style editor with clean JSON output
tailblocks - Ready-to-use Tailwind CSS blocks.
CodeMirror - In-browser code editor (version 5, legacy)
react-draft-wysiwyg - A Wysiwyg editor build on top of ReactJS and DraftJS. https://jpuri.github.io/react-draft-wysiwyg
lexical - Lexical is an extensible text editor framework that provides excellent reliability, accessibility and performance.
ProseMirror - The ProseMirror WYSIWYM editor
medium-editor - Medium.com WYSIWYG editor clone. Uses contenteditable API to implement a rich text solution.
Strapi - 🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable and developer-first.