Skip to content

Working through the FullStack React Native Book examples, to learn React Native

Notifications You must be signed in to change notification settings

MaxJW/FullStack-React-Native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FullStack-React-Native

Working through the FullStack React Native Book examples, to learn React Native

Book Cover

See current list of apps HERE

Weather App

Screenshots

w1 w2 w3

Topics Learned

  • Creating a new project
  • All the project files
  • Basic Components (include)
  • Understanding JSX
  • props and state
  • External network calls
  • propTypes

Time-Tracking App

Screenshots

w1 w2 w3

Topics Learned

  • Drilling in the react-native methodology for creating an app
    1. Break the app into components
    2. Build a static version of the app
    3. Determine what should be stateful
    4. Determine in which component each piece of state should live
    5. Hardcode initial states
    6. Add inverse data flow

Image Feed App

Screenshots

w1 w2 w3

Topics Learned

  • Working with different React Native Components
  • Creating seperate screens to show/hide using Modal
  • Asynchronous storage through an API (import { AsyncStorage } from 'react-native')
  • Difference between FlatList and ScrollView
  • Should now have ability to read through docs and implement any component necessary

About

Working through the FullStack React Native Book examples, to learn React Native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published