Menu bars

Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Sunday, 31 March 2019

Hapi(Y) action plan

Following are resources for my Nodejs + Hapi learning,

Getting started

1) https://hapijs.com/tutorials/getting-started?lang=en_US - Official tutorial ? It is a gem


My React Plan

Following are my react action plan for get started with Reactjs & Redux

Get your basics right

1) https://www.robinwieruch.de/learn-react-js/  :Get an idea about what are you getting to. Generally talks about why react and provides plan to learn it step by step.

2) https://scrimba.com/g/glearnreact - Very good interactive tutorial for starters

3) https://www.taniarascia.com/getting-started-with-react/ - Another very good tutorial for bootstrapping react

4) https://reactjs.org/docs/hello-world.html & https://reactjs.org/tutorial/tutorial.html - It is worth looking at react docs itself

5) https://www.youtube.com/watch?v=Ke90Tje7VS0&t=2406s - He is good at explaining basics too.

What about few capstone projects ?  

1) https://scotch.io/tutorials/build-a-mini-netflix-with-react-in-10-minutes

State ? That is lame ! Welcome to Redux

1) https://www.youtube.com/watch?v=kJeXr1K3nyg&list=PLLDNgndR69WeeHFoEg3-WG-mohPDXqZ2f - This playlist is very good for beginners and explains nicely. must watch for beginners.