Best of JSXJune 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    Daisy UI 3.0 Released: New components, themes, improvements, and more!

    Daisy UI has introduced loading spinners with its latest version. Spinners indicate an activity or event is currently running in the background. The new Accordion component in Daisy UI is an update on but uses radio buttons inside the hood. This makes it possible to make JS-free components more efficient, faster, and accessible.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    Documentation

    Panda combines the developer experience of CSS-in-JS and the performance of atomic CSS. It leverages static analysis to scan your JavaScript and TypeScript files for JSX style props and function calls, generating styles on-demand. The development of Panda was only possible due to the inspiration and ideas from these amazing projects.

  3. 3
    Article
    Avatar of communityCommunity Picks·3y

    Use JSX without React

    NakedJSX is a command-line tool for generating HTML files from JSX. The output is pure HTML and CSS - unless you choose to add your own JavaScript. NakedJSX provides an optional and small runtime allowing JSX to be used by client-side JavaScript.