React Libraries

From Logic Wiki
Jump to: navigation, search


React Query

React Query is a very useful React library for data fetching. This library gives you an easy way to fetch, cache, synchronize, and update server state in your React applications.

https://react-query.tanstack.com/

Zustand

Zustand is a great and fast library for state management. What’s great about this library is that you can create your state with objects and also create functions to update that state. In addition to that, the library gives you a hook that you can use to access the data.

https://github.com/pmndrs/zustand

Testing Library

Testing Library is the best tool that provides simple testing utilities for good testing practices in your React applications. It gives you confidence as it helps you to write maintainable and readable tests. Check out their website for more information.

https://testing-library.com/

React Hook Form

React Hook Form is a very useful and simple React library to handle form validations. It’s much faster and easy to use in my opinion. I would always recommend giving it a try if you haven’t used it yet.

https://react-hook-form.com/


ReactFlow

Workflow library - A customizable React component for building node-based editors and interactive diagrams

https://reactflow.dev/