What are the react projects worth reading source code on github?

foreword

The following is a list of react projects worth reading the source code I compiled, I hope it will be helpful to you~

1、 calcom

Stars: 21.6k

calcom is an open source calculator application. It provides basic mathematical functions such as addition, subtraction, multiplication and division, and also supports advanced functions such as scientific calculation , base conversion and unit conversion

Warehouse address: https://github.com/calcom/cal.com

Online URL: https://cal.com

2、Bulletproof React

Star: 19.5k

bulletproof-react is a template and toolset for React applications. It is designed to help developers quickly build scalable, performant, and maintainable React applications. The toolset provides common features and best practices such as route management , state management, HTTP request handling, and error handling

Warehouse address: https://github.com/alan2207/bulletproof-react

3、Taxonomy

Star: 14.3k

taxonomy is a project for managing and publishing taxonomy information , which allows users to create and edit hierarchical taxonomy systems and apply them to various fields, such as science, technology, business, etc.

Warehouse address: https://github.com/shadcn-ui/taxonomy

Online URL: https://tx.shadcn.com

4、ahooks

Star: 12.3k

A set of high-quality and reliable React Hooks library open sourced by Alibaba. Contains a large number of advanced Hooks extracted from the business and rich basic Hooks. It is built with TypeScript, providing complete type definition files

Warehouse address: https://github.com/alibaba/hooks

Online URL: https://ahooks.js.org

5、Dub

Stars: 9.6k

Dub.sh is an open source link shortening service launched about a year ago. It is an alternative to services like Bitly. It is based on Next.js and uses a combination of legacy pages and the new App Router

Warehouse address: https://github.com/steven-tey/dub

Online URL: https://dub.sh

6、Highstorm

Star: 1.2k

Highstorm is an emerging service for monitoring events happening in your application. You can submit incidents through their API, which will then be delivered to Highstorm's dashboard. This is a Next.js based project. It uses Tinybird as a database for analytics data and Clerk for authentication

Warehouse address: https://github.com/chronark/highstorm

Online URL: https://highstorm.app

Guess you like

Origin blog.csdn.net/soukenan/article/details/132207797