You should always revisit the basics just to make sure that you still have that bird's eye view:
https://medium.com/the-andela-way/build-and-publish-your-first-npm-package-a4daf0e2431
https://www.digitalocean.com/community/tutorials/how-to-create-a-node-js-module
Tuesday, September 24, 2019
Sunday, June 23, 2019
A React PWA application
Please check the following URLs.:
https://medium.com/front-end-weekly/build-a-realtime-pwa-with-react-99e7b0fd3270
https://medium.com/front-end-weekly/build-a-realtime-pwa-with-react-99e7b0fd3270
Monday, February 18, 2019
Reactjs Hooks
As per Reactjs docs:
A Hook is a special function that lets you "hook into" React features.
- in other word -
Hooks are functions that let you 'hook into' React state and lifecycle features from function components.
References:
https://medium.com/free-code-camp/learn-the-basics-of-react-hooks-in-10-minutes-b2898287fe5d (very simple and elegant way of explanation)
https://reactjs.org/docs/hooks-intro.html
https://daveceddia.com/usecontext-hook/
A Hook is a special function that lets you "hook into" React features.
- in other word -
Hooks are functions that let you 'hook into' React state and lifecycle features from function components.
References:
https://medium.com/free-code-camp/learn-the-basics-of-react-hooks-in-10-minutes-b2898287fe5d (very simple and elegant way of explanation)
https://reactjs.org/docs/hooks-intro.html
https://daveceddia.com/usecontext-hook/
**https://reactjs.org/docs/hooks-reference.html - this is where you can find all the hooks & examples
from the author who created global-state-hook: https://medium.com/@chathuranga94/managing-global-state-with-reacts-hooks-context-api-9b9f781d8a3f
About custom hooks: https://dev.to/wellpaidgeek/how-to-write-custom-hooks-in-react-1ana
About React Context: https://www.freecodecamp.org/news/react-context-in-5-minutes/
from the author who created global-state-hook: https://medium.com/@chathuranga94/managing-global-state-with-reacts-hooks-context-api-9b9f781d8a3f
About custom hooks: https://dev.to/wellpaidgeek/how-to-write-custom-hooks-in-react-1ana
About React Context: https://www.freecodecamp.org/news/react-context-in-5-minutes/
Good examples on:
Sunday, February 10, 2019
JavaScript Sandbox
Here's one sandbox where we can play with plain vanilla JavaScript:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment
Wednesday, October 31, 2018
JavaScript: Object Oriented Programming
I stumbled across this web site and loved the simple explanation about JavaScript classes:
https://javascript.info/class
Tuesday, September 25, 2018
Daily Reads
Everything about Babel: https://kleopetrov.me/2016/03/18/everything-about-babel/
npm link magic: https://medium.com/@alexishevia/the-magic-behind-npm-link-d94dcb3a81af
npm link magic: https://medium.com/@alexishevia/the-magic-behind-npm-link-d94dcb3a81af
Wednesday, August 29, 2018
npm config set strict-ssl false
When you have issues like SECURE KEY CHAIN while doing npm install on Mac, use the command:
npm config set strict-ssl false
npm config set strict-ssl false
Subscribe to:
Posts (Atom)





