DEV Community

Discussion on: Name a Front-end library that you cannot live without.

Collapse
 
lockykeaney profile image
Locky Keaney • Edited

While I appreciate that having no library is the ultimate option (and the most fun in the end), it is often not the most time effective or efficient option. It is also does not answer the question that has been asked. OP might have been wanting some better ideas of libraries they want to replace in their next large project.

If it is a React project, then I would have to say Zustand. It makes creating state so much easier, and matches how hooks have become the new standard. I find the Context-Provider pattern in react confusing some times, and this hides it all from me.

Some comments have been hidden by the post's author - find out more