Table of Contents
  • React

    published: 2026-07-02

    tags: development,javascript,react,links

    Component Cleanup

    Tutorial

    Academind - YT

    React Crash Course for Beginners 2021 - Learn ReactJS from Scratch in this 100% Free Tutorial! - currentlt @ Adding Routing 1:28:15

    React 18 - What’s New, What Changed & Upgrade Guide

    useTransition() vs useDeferredValue | React 18

    Other

    10 React Hooks Explained

    state

    Legend: The Ultimate React State Manager?

    YT Source - GH Code

    import { useObservable } from "@legendapp/state/react";

    To Investigate

    On replacing componentDidUpdate and other React life cycle methods with hooks | by Josh Frank | CodeX | Medium https://medium.com/codex/on-replacing-componentdidupdate-and-other-react-life-cycle-methods-with-hooks-a18f1b109f5e

    How to refactor React components to use Hooks - LogRocket Blog https://blog.logrocket.com/refactor-react-components-hooks/

    Destructuring Props in React. When I first learned about… | by Lindsay Criswell | Medium https://medium.com/@lcriswell/destructuring-props-in-react-b1c295005ce0

    ReactJS Tutorial for Beginners - 10 - Destructuring Props and States https://www.javaguides.net/2020/08/reactjs-tutorial-for-beginners-10-destructuring-props-and-states.html

    reactjs - replacing componentDidUpdate with useEffect - Stack Overflow https://stackoverflow.com/questions/62654874/replacing-componentdidupdate-with-useeffect

    Understanding React Component Constructor https://www.knowledgehut.com/blog/web-development/understanding-constructors-with-react-components

    Refactoring a component to use React hooks - Jack Franklin https://www.jackfranklin.co.uk/blog/refactoring-to-react-hooks/

    How to access previous props or state with React Hooks - LogRocket Blog https://blog.logrocket.com/accessing-previous-props-state-react-hooks/

    React: componentWillMount to be deprecated! https://northcoders.com/company/blog/react-componentwillmount-to-be-deprecated/

    Understanding Constructors with React Components | DigitalOcean https://www.digitalocean.com/community/tutorials/react-constructors-with-react-components

    Understanding React Component Constructor https://www.knowledgehut.com/blog/web-development/understanding-constructors-with-react-components

    reactjs - Find element by id in react-testing-library - Stack Overflow https://stackoverflow.com/questions/53003594/find-element-by-id-in-react-testing-library

    Configuration Options | Testing Library https://testing-library.com/docs/dom-testing-library/api-configuration/

    javascript - react-testing-library why is toBeInTheDocument() not a function - Stack Overflow https://stackoverflow.com/questions/56547215/react-testing-library-why-is-tobeinthedocument-not-a-function

    Reactstrap tooltip causes an error: The target ‘TooltipExample’ could not be identified in the dom