Loading the screen as fast as possible within the given conditions.
Intro into TDD, and basic use of popular testing frameworks
"Hooks let us organize the logic inside a component into reusable isolated units."
How React uses VDOM to optimize performance, and why this works much better than directly manipulating the DOM in speed and efficiency
Comparing the process flow of cookies, sessions, and tokens.
Cookies vs. Sessions, Cookies + Sessions, Sessions vs. Tokens
Some reflections on the process of creating custom components: figuring out where to start + logical sequence of steps to implement
At its core is the four foundational principles for accessibility: Perceivable, Operable, Understandable, and Robust (commonly referred to as POUR.)
Basic strategies for building accessible, discoverable websites that work robustly across browsers and devices
Organizing and implementing Redux within React!
Draw the structure out first. Then identify where your state should live
Use useRef when you need information that is available regardless of component lifecycle and whose changes should NOT trigger rerenders.
Google "component-driven development" and the first search result yields: A development methodology that anchors the build process around components.
First attempt at figma-jitsu Clone project site: thanxiety.com. It's a site that gives neat topic prompts for talk (for fam gatherings like Thanksgiving) - and you can choose the type of questions yo...
The browser isn’t just about better workflows or improved collaboration.
Recursion can enable easy access to deeper HTML elements to find and manipulate elements inside the DOM
JSON (JavaScript Object Notation): an ideal, lightweight data-interchange format