Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaltsoon/react-native-material
React Native part material draft for Full Stack open course
https://github.com/kaltsoon/react-native-material
Last synced: about 1 month ago
JSON representation
React Native part material draft for Full Stack open course
- Host: GitHub
- URL: https://github.com/kaltsoon/react-native-material
- Owner: Kaltsoon
- Created: 2020-04-03T07:34:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-24T09:43:06.000Z (over 4 years ago)
- Last Synced: 2024-04-13T09:45:35.170Z (9 months ago)
- Size: 7.01 MB
- Stars: 18
- Watchers: 9
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native
This is a draft version of a React Native part for the [Full Stack open](https://fullstackopen.com/) course.
---
In this part, we will learn how to build native Android and iOS mobile applications with JavaScript and React using the React Native framework. We will dive into the React Native ecosystem by developing an entire mobile application from scratch. Along the way, we will learn concepts such as how to render native user interface components with React Native, how to create beautiful user interfaces, how to communicate with a server, and how to test a React Native application.
## Table of contents
1. [Introduction to React Native](./material/1-introduction-to-react-native.md)
2. [React Native basics](./material/2-react-native-basics.md)
3. [Communicating with server](./material/3-communicating-with-server.md)
4. [Testing and extending our application](./material/4-testing-and-extending-our-app.md)## Found room for improvement?
If you find a part in the material that is unclear or lacks explanation, please open an [issue](https://github.com/Kaltsoon/react-native-material/issues). In the issue, explain the problem and be specific about which part of the material you are referring to.