Chindalath TraymanyReact Hooks: useEffectIn a previous post, I spoke about how I used useEffect to keep track of changes, and update components with said change. Here, I’ll dive a…Jul 13, 2021Jul 13, 2021
Chindalath TraymanyFizzBuzz (JavaScript)When I first started learning how to code, FizzBuzz was a mystery to me. But as I continue to practice coding, the problem has become as…Jul 4, 2021Jul 4, 2021
Chindalath TraymanyArrays vs ObjectsWhat is the difference between arrays vs objects? Both store a collection of data, but with a couple of differences.Jun 27, 2021Jun 27, 2021
Chindalath TraymanyInstalling Sass with ReactThis is a quick installation guide for Sass with React! After going through the install instructions on the Sass website, I was still not…Jun 14, 2021Jun 14, 2021
Chindalath TraymanyReact Hooks: useStateWith the addition of Hooks in React 16.8, we were blessed with the convenience of being able to use state and other React features without…Jun 10, 2021Jun 10, 2021
Chindalath TraymanyReact Strict ModeReact’s StrictMode is a sort of helper component that helps us write less bug-prone code. It does not render visible UI, but runs checks on…Jun 4, 2021Jun 4, 2021
Chindalath TraymanyNavigation Components in ReactReact gives us Link and NavLink components, which both allow us to navigate through different routes. But what differentiates them from the…May 28, 2021May 28, 2021
Chindalath TraymanyAuthentication with JWTPsst, this is a continuation of my previous blog post, Invalid Authenticity Token.May 21, 2021May 21, 2021
Chindalath TraymanyFacing the CSS: DisplayPsst! This blog is a continuation of Facing the CSS: Padding! Feel free to check it out if you haven’t yet.May 16, 2021May 16, 2021