Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vicdata4/react-hackernews-app
"The Road to learn React" by Robin Wieruch. Client-side application
https://github.com/vicdata4/react-hackernews-app
Last synced: about 2 months ago
JSON representation
"The Road to learn React" by Robin Wieruch. Client-side application
- Host: GitHub
- URL: https://github.com/vicdata4/react-hackernews-app
- Owner: vicdata4
- Created: 2018-01-31T18:43:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-11T22:43:18.000Z (about 7 years ago)
- Last Synced: 2024-11-09T18:45:38.821Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 344 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Book: The Road to learn React by Robin Wieruch
## Introduction to React
- Hi,mynameisReact
- Requirements
- nodeandnpm
- Installation
- Zero-Configuration Setup
- Introduction to JSX
- ES6 constandlet
- React DOM
- Hot Module Replacement
- Complex JavaScript in JSX
- ES6 Arrow Functions
- ES6 Classes
## Basics in React
- Internal Component State
- ES6 Object Initializer
- Unidirectional Data Flow
- Bindings
- Event Handler
## Contents
- Interactions with Forms and Events
- ES6 Destructuring
- Controlled Components
- Split Up Components
- Composable Components
- Reusable Components
- Component Declarations
- Styling Components
## Getting Real with an API
- Lifecycle Methods
- Fetching Data
- ES6 Spread Operators
- Conditional Rendering
- Client-orServer-sideSearch
- Paginated Fetch
- Client Cache
- Error Handling
## Code Organization and Testing
- ES6 Modules:ImportandExport
- Code Organization with ES6 Modules
- Snapshot Tests with Jest
- Unit Tests with Enzyme
- Component Interface with PropTypes
## Advanced React Components
- Refa DOM Element
- Loading...
- Higher-OrderComponents
- Advanced Sorting
## State Management in React and beyond
- Lifting State
- Revisited:setState()
- Taming the State
## Final Steps to Production
- Eject
- Deploy your App
## Outline