24 July 2015 – Everydays on pause

I have had great fun doing the “everydays” project doing it for over a month now. It became the perfect platform for me to experiment, learn new technologies and generally switch off from other work.

However, I have decided to put the project on hold. The reason for that is that most of my attention is going towards a new online course that I am building, also managing existing projects, reading and maintaining my health (sleep, training, food). It comes a point where you can spread yourself too thin to manage everything efficiently and keep the quality up. When that happens it is time to let go of something for the benefit of the rest and this is the point where I am at.

I really liked this project and there are great benefits to be take from it, thus my plans are to return and continue it once the course is launched. I will be sure to update this page once that happens. Meanwhile you can browse bellow and see what I have been doing during the project’s length.

Facebooktwittergoogle_plusredditpinterestlinkedinmail

23 July 2015 – Building a React.JS App – Part 15 – Everydays

Part 15: ES6 Refactor Firebase and React Binding with re-base

Profile.js

AddNote.js bugfix

bundles.js bugfix

 

Facebooktwittergoogle_plusredditpinterestlinkedinmail

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

Part 14: ES6 Refactor Routing without Mixins

Home.js

Main.js

app.js

SearchGithub.js

 

Facebooktwittergoogle_plusredditpinterestlinkedinmail

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

Part 13: Building a React App: ES6 Refactor propTypes in ES6

UserProfile.js

Repos.js
NotesList.js
AddNote.js
Facebooktwittergoogle_plusredditpinterestlinkedinmail

20 July 2015 – Building a React.JS App – Part 12 – Everydays

Part 12: ES6 Refactor createClass to JavaScript Classes and propTypes

  • classes in ES6 extend the main component and use the keyword “class”
  • Adding propTypes as a property to the class itself

NotesList.js

AddNote.js
Notes.js
Facebooktwittergoogle_plusredditpinterestlinkedinmail

19 July 2015 – Building a React.JS App – Part 11 – Everydays

Part 11: ES6 Refactor Non Components

  • Module system in ES6
  • Structuring
  • Template strings – http://url/${}
  • Arrow function in ES6 – () => {}

helpers.js

app.js

routes.js

 

Facebooktwittergoogle_plusredditpinterestlinkedinmail

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

Part 10: Making a route detection using React componentWillReceiveProps and updating the data

Profile.js

Facebooktwittergoogle_plusredditpinterestlinkedinmail

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

Part 9: Rendering UI from dynamic data

Repos.js

UserProfile.js
Facebooktwittergoogle_plusredditpinterestlinkedinmail

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

Part 8: Making server requests in React with Axios

helpers.js

Profile.js

 

Facebooktwittergoogle_plusredditpinterestlinkedinmail

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

Part 7: Transitions with React Router – Using the router to transition from one component to another

Main.js

SearchGithub.js
Facebooktwittergoogle_plusredditpinterestlinkedinmail