\newline Logo
Left arrow icon.
Go to Previous Chapter
Go to Previous Chapter
SECTION 9Core Components, Part 2
Course Thumbnail of Fullstack React Native.Fullstack React Native
  • CHAPTER 1
    Core APIs, Part 1
    • SECTION 1.1Building a messaging app
    • SECTION 1.2Initializing the project
    • SECTION 1.3The app
    • SECTION 1.4Network connectivity indicator
    • SECTION 1.5The message list
    • SECTION 1.6Toolbar
    • SECTION 1.7Geolocation
    • SECTION 1.8Input Method Editor (IME)
  • CHAPTER 2
    Native Modules
    • SECTION 2.1What are native modules?
    • SECTION 2.2Building a native module
    • SECTION 2.3Development environment
    • SECTION 2.4Initializing the project
    • SECTION 2.5iOS
    • SECTION 2.6Android
    • SECTION 2.7JavaScript
  • CHAPTER 3
    Appendix
    • SECTION 3.1JavaScript Versions
    • SECTION 3.2ES2015
    • SECTION 3.3ReactElement {#react_element}
    • SECTION 3.4Handling Events in React Native
    • SECTION 3.5Publishing with Expo
  • CHAPTER 4
    Navigation
    • SECTION 4.1Navigation in React Native
    • SECTION 4.2Contact List
    • SECTION 4.3Starting the project
    • SECTION 4.4Container and Presentational components
    • SECTION 4.5Contacts
    • SECTION 4.6Profile
    • SECTION 4.7React Navigation
    • SECTION 4.8Stack navigation
    • SECTION 4.9Tab navigation
    • SECTION 4.10Drawer navigation
    • SECTION 4.11Sharing state between screens
    • SECTION 4.12Deep Linking
    • SECTION 4.13Summary
  • CHAPTER 5
    Getting Started with React Native
    • SECTION 5.1Weather App
    • SECTION 5.2Starting the project
    • SECTION 5.3Expo
    • SECTION 5.4Components
    • SECTION 5.5Custom components
    • SECTION 5.6Summary
  • CHAPTER 6
    Core Components, Part 1
    • SECTION 6.1What are components?
    • SECTION 6.2Building an Instagram clone
    • SECTION 6.3View
    • SECTION 6.4StyleSheet
    • SECTION 6.5Text
    • SECTION 6.6TouchableOpacity
    • SECTION 6.7Image
    • SECTION 6.8ActivityIndicator
    • SECTION 6.9FlatList
  • CHAPTER 7
    Core APIs, Part 2
    • SECTION 7.1The keyboard
    • SECTION 7.2We're Done!
  • CHAPTER 8
    Building and publishing
    • SECTION 8.1How to read this chapter
    • SECTION 8.2Building
    • SECTION 8.3Building with Expo
    • SECTION 8.4iOS
    • SECTION 8.5Android
    • SECTION 8.6Handling Updates
    • SECTION 8.7Summary
  • CHAPTER 9
    Core Components, Part 2
    • SECTION 9.1TextInput
    • SECTION 9.2ScrollView
    • SECTION 9.3Modal
  • CHAPTER 10
    React Fundamentals
    • SECTION 10.1Breaking the app into components
    • SECTION 10.27 step process
    • SECTION 10.3Step 2: Build a static version of the app
    • SECTION 10.4Step 3: Determine what should be stateful
    • SECTION 10.5Step 4: Determine in which component each piece of state should live
    • SECTION 10.6Step 5: Hardcode initial states
    • SECTION 10.7Step 6: Add inverse data flow
    • SECTION 10.8Updating timers
    • SECTION 10.9Deleting timers
    • SECTION 10.10Adding timing functionality
    • SECTION 10.11Add start and stop functionality
    • SECTION 10.12Methodology review
  • CHAPTER 11
    Animation
    • SECTION 11.1Animation challenges
    • SECTION 11.2Building a puzzle game
    • SECTION 11.3App
    • SECTION 11.4Building the Start screen
    • SECTION 11.5Building the Game screen
    • SECTION 11.6Summary
  • CHAPTER 12
    Changelog
    • CHAPTER 13
      Gestures
      • SECTION 13.1Building the board
      • SECTION 13.2Gesture Responder System
      • SECTION 13.3PanResponder
      • SECTION 13.4Draggable component
      • SECTION 13.5Finishing the game
      • SECTION 13.6We're Done!
    • CHAPTER 14
      Introduction
      • SECTION 14.1About This Book
      • SECTION 14.2Running Code Examples
      • SECTION 14.3Code Blocks and Context
      • SECTION 14.4Getting Help
      • SECTION 14.5Emailing Us
    Right arrow icon.
    Go to Next Chapter
    Go to Next Chapter
    SECTION 11Animation
    • Go Pro
    • Log In

    React Fundamentals

    Table of Contents
    • Section 10.1Breaking the app into components
    • Section 10.27 step process
    • Section 10.3Step 2: Build a static version of the app
    • Books
    • Fullstack React Native
    • React Fundamentals
    • Go To Previous Lesson
      Core Components, Part 2
      Core Components, Part 2
    • Go To Next Lesson
      Animation
      Animation