# With React
This example shows `urql` in use with React, as explained on the ["React/Preact" page of the "Basics" documentation.](https://formidable.com/open-source/urql/docs/basics/react-preact/) To run this example install dependencies and run the `start` script: ```sh yarn install yarn run start # or npm install npm run start ``` This example contains: - The `urql` bindings and a React app with a client set up in [`src/App.jsx`](src/App.jsx) - A query for pokémon in [`src/PokemonList.jsx`](src/PokemonList.jsx)