NGNius Gabrieliniamnius.hashnode.dev·Jul 30, 2022 · 2 min readSetting Up A React-redux AppSteps in setting up react-redux app create the react app by running npx create-react-app app_name install the redux package module by running npm i react-redux create a reducer const countReducer = function (state = 0,...00
NGNius Gabrieliniamnius.hashnode.dev·Jun 9, 2022 · 2 min readWorking with Advanced Git Commands Part ICreating a branch in a repo We shall be looking at how to work with some advanced git commands.When collaborating on a project using github, and you want to work on an aspect of the project, say for example, the login page, it is best to create a bra...00
NGNius Gabrieliniamnius.hashnode.dev·May 20, 2022 · 2 min readSetting up a git environment & pushing code to GitHubSteps are highlighted as follows: Download Git and install https://git-scm.com/download/win Once git is installed, run the gitbash If the working directory is on the master, which is usually the default, change it to main by running the fol...01V