# react18 **Repository Path**: zengjias/react18 ## Basic Information - **Project Name**: react18 - **Description**: React 18 experience and learning. - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-03 - **Last Updated**: 2021-08-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # React 18 ## Description React 18 experience and learning. ## Development Setup Clone the repo, and install dependencies: ``` sh yarn # npm install # pnpm install ``` Open another terminal, and start developing: ``` sh yarn dev # npm run dev # pnpm dev ``` ## References - [React18 Release plan](https://reactjs.org/blog/2021/06/08/the-plan-for-react-18.html) - [React Work Group](https://github.com/reactwg/react-18/discussions/) - [Introducing React 18](https://github.com/reactwg/react-18/discussions/4) - [startTransition](https://github.com/reactwg/react-18/discussions/41) - [New Suspense SSR Architecture in React 18](https://github.com/reactwg/react-18/discussions/37) ## License [MIT](https://github.com/jiazengp/react18/blob/main/LICENSE)