ReactJS Beginner Series: #1 - Series Intro

preview_player
Показать описание


Build a simple ReactJS app from scratch using Facebook's `Create React App` starer package.

##### Series Content #####

#1 - Series Intro
#2 - Installing Create React App

#####

We'll build the app from the ground up, and learn how to implement the following:

- display a list of names from a data array
- filter names via user input field
- clear the search via button click
- short list clicked names as favourites
- delete shortlisted names on click

We'll also cover the following aspects:

- React components as ES6 classes
- Stateless, functional component syntax
- ES6 module import / export

##### Links #####

# Facebook's Create React App:

# My video about it:

# React Baby Names Github repository:

# React Baby Names live demo:

Enjoy!
Рекомендации по теме
Комментарии
Автор

Thanks !!!! Today you helped a Brazilian guy and I will try to retribute talking about your videos here, thanks again. A tip: the #11 is not at the playlist.

ravaiano
Автор

Awesome Tutorial series as well as way of teaching too.

funtravellers
Автор

Fantastic video. Why does this not have more view? And can you tell me the name of Color scheme and Theme used? Thanks.

TanMoy
Автор

Good tutorial but ... you refactored the app in github and you missed the last important functionality part the shortlist.js. Basically you made the addFavourites method and works (grate) but the shortlist.js dosen't have whats it needs to function =))

lostandfownd