PinnedBrian RhodesinJavaScript in Plain EnglishKeynotes for useEffect (React)This articleβs purpose is to show and explain a couple of neat keynotes about useEffect to spice up your React application.Aug 22, 20211Aug 22, 20211
PinnedBrian RhodesinJavaScript in Plain EnglishReact Hooks: Easier Than You ThinkHooks were created as a way to use class lifecycle methods and state inside of functions.Aug 9, 2021Aug 9, 2021
PinnedBrian RhodesinJavaScript in Plain EnglishReact: What is βthisβ and why am I getting this Error?If you are unfamiliar with Class-based components you are bound to come across this error:Aug 15, 2021Aug 15, 2021
PinnedBrian RhodesinJavaScript in Plain EnglishAsync/Await: The Easy Way to FetchTo understand Async/Await you first have to understand what JavaScript promises are and how they work.Jul 20, 2021Jul 20, 2021
PinnedBrian RhodesinJavaScript in Plain EnglishProgramming Slang Simplified!This article aims to help non-technical people have a basic understanding of the otherwise convoluted slang we programmers use.Jul 23, 2021Jul 23, 2021
Brian RhodesRedux-Form: Basic overview and thoughts.Everyone knows redux is a very tedious state management system to work within general. However, one of the upsides of using it is how easyβ¦Sep 26, 2021Sep 26, 2021
Brian RhodesMinor things to make redux a bit easier to work with.Over the period Iβve spent learning Redux, I noticed that there are mixed reviews in terms of peopleβs overall opinion of it. Mostβ¦Sep 20, 2021Sep 20, 2021
Brian RhodesReact-Redux Easy Explanation (2/2)In the previous article I wrote, I went over the Redux Cycle. This article is going to focus on React-Redux. Firstly, why react-redux? Asβ¦Sep 12, 2021Sep 12, 2021
Brian RhodesThe Redux Cycle Simplified. (1/2)A major part of learning React is also learning Redux. Redux makes managing state easier in complex applications by centralizing theβ¦Sep 7, 2021Sep 7, 2021
Brian RhodesinJavaScript in Plain EnglishReact: Controlled vs. Uncontrolled FormsAt some point, you will come to terms that a lot of web design consists of forms. You can use forms for search bars, login, signup and theβ¦Jul 19, 2021Jul 19, 2021