Best of JSX2024

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    Learn React – A Handbook for Beginners

    This handbook provides step-by-step instructions for learning React, covering topics such as JSX, components, props, states, form handling, network requests, and the useEffect hook. It emphasizes the simplicity and power of React, with a low learning curve and strong community support. The handbook concludes with a recommendation for further learning through a book called Beginning React.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    How To Create React Elements with JSX

    Learn how to create React elements with JSX, including capturing click events on buttons and conditionally showing elements.

  3. 3
    Article
    Avatar of communityCommunity Picks·2y

    How to safely use dangerouslySetInnerHTML in React

    Learn about the usage of dangerouslySetInnerHTML in React and how to safely use it. Avoid using it unless necessary and always sanitize the HTML before setting it with dangerouslySetInnerHTML.

  4. 4
    Article
    Avatar of builderiobuilder.io·2y

    Getting Started with Mitosis: Creating a Cross-Framework Design System

    Mitosis is an open-source tool that allows developers to create a single source of truth for reusable components in design systems. It supports multiple web frameworks and eliminates the need to rewrite code for each framework, promoting consistent design and enhancing productivity.

  5. 5
    Article
    Avatar of wordpresscoreMake WordPress Core·2y

    JSX in WordPress 6.6

    WordPress 6.6 introduces the new React JSX transform, providing developers with performance improvements and optimization. Build scripts need to make changes to include dependencies and use the new JSX calls. Compatible build tools and upgrade path are also discussed.