Awesome React component library

<p>Today I will share a recommended React library.</p> <blockquote> <p>Note: The ranking is in no particular order, use it with caution according to specific business scenarios.</p> </blockquote> <h1>1. State management</h1> <h1>(1) React Redux</h1> <p>Redux is a state container for JavaScript applications, providing predictable state management. React Redux is the React binding for the official implementation of Redux. Allows you to build consistent applications that run in different environments (client, server, native applications) and are easy to test.</p> <p><img alt="" src="https://miro.medium.com/v2/resize:fit:630/0*jIBFnMQDZOBXR08S" style="height:350px; width:700px" /></p> <p><strong>Github:</strong>&nbsp;<a href="https://github.com/reduxjs/react-redux" rel="noopener ugc nofollow" target="_blank">https://github.com/reduxjs/react-redux</a></p> <h1>(2) Mobx</h1> <p>MobX is a battle-tested library that makes state management simple and scalable by applying transparent functional reactive programming.</p> <p><img alt="" src="https://miro.medium.com/v2/resize:fit:630/1*vQ4Ezviko5Nfq0JsDUgyHw.png" style="height:342px; width:700px" /></p> <p><strong>Github:</strong>&nbsp;<a href="https://github.com/mobxjs/mobx" rel="noopener ugc nofollow" target="_blank">https://github.com/mobxjs/mobx</a></p> <h1>(3) Recoil</h1> <p>Recoil is an experimental state management library for React applications. It provides some features that are difficult to achieve using React alone, while being compatible with the latest features of React.</p> <p><a href="https://medium.com/@Choco23/awesome-react-component-library-9e72fca7c17f">Read More</a></p>