# Awesome Web!

This is collection of helpful information about using React Native for web & Expo to create comprehensive web apps. Feel free to contribute any missing information, or request a topic that's missing.

💙 A list of awesome React Native web & Expo web projects you can try now! ✨

### Websites & PWAs

* [Twitter](https://twitter.com)
* [Major League Soccer](https://matchcenter.mlssoccer.com/)
* Devhub
  * [Website](https://devhubapp.com)
  * [Source](https://github.com/devhubapp/devhub/)
* Instagram Clone
  * [Website](https://expogram.netlify.com)
  * [Source](https://github.com/evanbacon/instagram)
* Crossy Road Clone
  * [Website](https://crossyroad.netlify.com)
  * [Source Code](https://github.com/EvanBacon/Expo-Crossy-Road)
* Doodle Jump Clone
  * [Website](https://doodlejump.netlify.com)
  * [Source Code](https://github.com/EvanBacon/expo-doodle-jump)
* Flappy Bird Clone
  * [Website](https://flappybacon.netlify.com)
  * [Source Code](https://github.com/EvanBacon/react-flappy-bird)
* React Europe Conference App
  * [Website](http://europe.netlify.com)
  * [Source Code](https://github.com/EvanBacon/react-europe-2018-mobile)
* Lego Building
  * [Website](https://ldr.netlify.com)
  * [Source Code](https://github.com/EvanBacon/Lego-Expo)
* Kitten Tricks
  * [Website](https://akveo.github.io/react-native-ui-kitten/)
  * [Source Code](https://github.com/akveo/kittenTricks)
* Inspiration Native
  * [Website](https://inspiration-native.netlify.com/)
  * [Source Code](https://github.com/flexbox/inspiration-native)

## Videos

* [Nicolas Gallagher - Twitter Lite, React Native, and Progressive Web Apps ](https://www.youtube.com/watch?v=tFFn39lLO-U)
* [Uber Restaurant](https://www.youtube.com/watch?v=RV9rxrNIxnY)
* [Universal App Development - Evan Bacon (@Baconbrix)](https://www.youtube.com/watch?v=UcjCuWy81YM)
* [How to Build a Website with React Native](https://www.youtube.com/watch?v=Czih6w57P9A)
* [Expo for web – by Evan Bacon, Expo](https://www.youtube.com/watch?reload=9\&v=jt7NCutWcUU)

## Articles

* [Data Camp: Porting practice to web](https://www.datacamp.com/community/tech/porting-practice-to-web-part1)
* [How to: React Native Web app. A Happy Struggle.](https://blog.bitsrc.io/how-to-react-native-web-app-a-happy-struggle-aea7906f4903)
* [Deploying Universal Apps with Amplify & Expo](https://blog.expo.io/deploying-universal-apps-with-amplify-expo-510c53021d42)
* [React Native: Learn once, render anywhere](https://courses.davidl.fr/presentations/react-native-web/#/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://baconbrix.gitbook.io/react-native-web/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
