14 July 2015 – Building a React.JS App – Part 6 – Everydays

Part 6: Managing State with Child Components

Profile.js

Notes.js

NotesList.js

AddNote.js

 

Facebooktwittergoogle_plusredditpinterestlinkedinmail

13 July 2015 – Building a React.JS App – Part 5 – Everydays

Part 5: Using ReactFire to Add Data Persistence (Firebase)

Notes.js

NotesList.js

 

Facebooktwittergoogle_plusredditpinterestlinkedinmail

10 July 2015 – Building a React.JS App – Part 4 – Everydays

Part 4: Component Validation with PropTypes

Learned:

  • How to validate the props (data) passed to the components and child components using PropTypes

Repos.js

UserProfile.js

Notes.js

 

Facebooktwittergoogle_plusredditpinterestlinkedinmail

9 July 2015 – Building a React.JS App – Part 3 – Everydays

Part 3 – Sate, Props and Thinking in React

Learning about:

  • How the child and parent components communicate and how you pass data between them;
  • How to pass data to the parent component;
  • Strengthening the understanding of defining components and integrating them together within the app;
  • Extending the router to receive variables and pass them within the components.

routes.js

Profile.js

Repos.js

UserProfile.js

Notes.js

 

Facebooktwittergoogle_plusredditpinterestlinkedinmail

8 July 2015 – Building a React.JS App – Part 2 – Everydays

Part 2: Building a ReactJS App – Basic Routing with React Router

app.js

routes.js

webpack.config.js

Main.js

Home.js

 

Facebooktwittergoogle_plusredditpinterestlinkedinmail

7 July 2015 – Building a React.JS App – Part 1 – Everydays

Doing another React.JS app for my “Everydays”.

Up and Running with React and Webpack

Main.js

webpack.config.js
index.html
 

Facebooktwittergoogle_plusredditpinterestlinkedinmail

6 July 2015 – Building a ReactJS Todo App – Part 2 – Everydays

This is continues from Building a ReactJS Todo App – Part 1. Today the lesson is completed.

For more information on it, check Chris Harrington’s lesson on Codementor.

 

Facebooktwittergoogle_plusredditpinterestlinkedinmail

5 July 2015 – Building a ReactJS ToDo App – Part 1 – Everydays

This is part one – Understanding how ReactJS works and how Flux integrates with it. This is the tutorial on codementor.io that I am following.

 

Facebooktwittergoogle_plusredditpinterestlinkedinmail

3 July 2015 – Getting started with gulp [code] – Everydays

I’ve decided to move the “Everydays” a bit to code. Today I learned about gulp and set it up. This is the tutorial I followed.

 

Facebooktwittergoogle_plusredditpinterestlinkedinmail