MCPcopy Index your code
hub / github.com/epicweb-dev/advanced-react-apis

github.com/epicweb-dev/advanced-react-apis @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
262 symbols 552 edges 82 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

🔥 Advanced React APIs

Learn the more advanced React APIs and different use cases to enable great user experiences.

We’ll look at some of the more advanced hooks and APIs and ways they can be used to
optimize your components and custom hooks. We'll consider each API with common use cases you'll run into in your applications.

<a alt="Epic Web logo with the words Deployed Version" href="https://advanced-apis.epicreact.dev"

<img
  width="300px"
  src="https://github-production-user-asset-6210df.s3.amazonaws.com/1500684/254000390-447a3559-e7b9-4918-947a-1b326d239771.png"
/>


Build Status GPL 3.0 License Code of Conduct

Prerequisites

  • You should be experienced with useState, useEffect, and useRef.

Pre-workshop Resources

Here are some resources you can read before taking the workshop to get you up to speed on some of the tools and concepts we'll be covering:

System Requirements

  • git v2.18 or greater
  • NodeJS v20 or greater
  • npm v8 or greater

All of these must be available in your PATH. To verify things are set up properly, you can run this:

git --version
node --version
npm --version

If you have trouble with any of these, learn more about the PATH environment variable and how to fix it here for windows or mac/linux.

Setup

Use the Epic Workshop CLI to get this setup:

```sh nonumber npx --yes epicshop@latest add advanced-react-apis


If you experience errors here, please open [an issue][issue] with as many
details as you can offer.

## Starting the app

Once you have the setup finished, you can start the app with:

npm start ```

The Workshop App

Learn all about the workshop app on the Epic Web Getting Started Guide.

Kent with the workshop app in the background

Core symbols most depended-on inside this repo

Shape

Function 262

Languages

TypeScript100%

Modules by API surface

shared/tic-tac-toe-utils.tsx9 symbols
exercises/04.context/02.solution.hook/index.tsx9 symbols
exercises/04.context/02.problem.hook/index.tsx9 symbols
exercises/04.context/01.solution.provider/index.tsx9 symbols
exercises/03.custom-hooks/02.problem.callback/index.tsx9 symbols
exercises/03.custom-hooks/01.solution.function/index.tsx9 symbols
exercises/04.context/01.problem.provider/index.tsx8 symbols
exercises/03.custom-hooks/02.solution.callback/index.tsx8 symbols
exercises/03.custom-hooks/01.problem.function/index.tsx8 symbols
exercises/02.state-optimization/01.solution.optimize/index.tsx8 symbols
exercises/02.state-optimization/01.problem.optimize/index.tsx8 symbols
exercises/01.use-reducer/06.solution.tic-tac-toe/index.tsx7 symbols

For agents

$ claude mcp add advanced-react-apis \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page