Β© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Divyendu Singh
I get the job done!
I was going through your talk (youtube.com/watch) on draft.js and I ran into learn-draftjs.now.sh but it does not seem to be working. Can you please share this with me or fix the link. Thanks.
Sai Kishore Komanduri
Engineering an eGovernance Product | Hashnode Alumnus | I love pixel art
Hi Divyendu!
Thank you so much for letting me know about the broken link! I'll look into it, and update this answer accordingly!
Meanwhile, you can clone the learn-draftjs repo; to run a local instance of the application.
To run learn-draftjs locally, run the following commands in your terminal!
learn-draftjs
$ git clone git@github.com:fatman-/learn-draftjs.git $ cd learn-draftjs $ npm install $ npm start
If everything works properly, you can visit localhost:3000 to start learning DraftJS!
localhost:3000
Thanks π
The talk was awesome. Particularly, the controlled textarea part π
Thank you! I'm glad you liked it! :)
Sai Kishore Komanduri
Engineering an eGovernance Product | Hashnode Alumnus | I love pixel art
Hi Divyendu!
Thank you so much for letting me know about the broken link! I'll look into it, and update this answer accordingly!
Meanwhile, you can clone the learn-draftjs repo; to run a local instance of the application.
To run
learn-draftjslocally, run the following commands in your terminal!$ git clone git@github.com:fatman-/learn-draftjs.git $ cd learn-draftjs $ npm install $ npm startIf everything works properly, you can visit
localhost:3000to start learning DraftJS!