I want to biuld an app like google docs with customizable tables in which I want to add excels feathers in these tables.
I know few libraries like react data grid, suneditor and draftjs but the problem is
- which one I should choosing and is there better more customizable libraries, or is it better to build one from scratch?
- where should I start?
Top comments (1)
I am not sure what "excels fathers" are, but some things to keep in mind:
After you have built a test project with each library you'll get a better answer on if you should continue building with one of those or build from scratch. There are two modes of thinking when it comes to libraries:
Especially on the web, I'd recommend #1. Try to extend an existing library when you can (again having a community around it can help avoid potential security risks related to using other people's code).
Oh and make sure the licenses for those libraries work for you.