appsplash99.hashnode.devCreating and Publishing a React Component Library as a NPM Package via React, Storybook adn RollupInitiating Base Setup - any one from the two below I. With NPM INIT Star with an empty folder and creates a package.json npm init Create directories: my-react-lib └── src ├── components └── index.js add dependencies only in develop...Jul 15, 2021·4 min read
appsplash99.hashnode.devUnderstanding the context of React's useContext HookNeed for useContext Development in React got easier after the introduction Hooks in React v16. 8.0. Among the gems like useState and useEffect is the useContext Hook. Before we go further, lets consider a scenario where you have nested react componen...Jul 13, 2021·3 min read
appsplash99.hashnode.devR2D37 #100DaysOfCodeTasks Completed Refactored React Ecommerce cleared concepts regarding MongooseJSApr 15, 2021·1 min read
appsplash99.hashnode.devR2D36 #100DaysOfCodeTasks Completed Read and Implemented MongoDB Atlas Connection with Repl refactored React ecommerce AppApr 14, 2021·1 min read
appsplash99.hashnode.devR2D35 #100DaysOfCodeTasks Completed Worked on React E-Commerce's Reducer Function Learnt Express's Post methodApr 13, 2021·1 min read