Best of Smashing MagazineSeptember 2022

  1. 1
    Article
    Avatar of smashingSmashing Magazine·4y

    JavaScript APIs You Don’t Know About — Smashing Magazine

    The State of JS Survey is an online survey that collects data from developers around the world to see the most recent and upcoming trends in the JavaScript community. Among the most used features are Optional chaining, Nullish coalescing, Websockets, and so on. The most popular was using the blur and focus browser events, using the blurred and focus Browser events.

  2. 2
    Article
    Avatar of smashingSmashing Magazine·4y

    UX Checklists For Interface Designers — Smashing Magazine

    Checklist is an open-source checklist to planning, building and growing a design system. It includes the foundation of things to keep in mind for design language, design tokens, core components, tooling and project management. Text-To-Timeline Tool Markdown is an incredible little tool to generate timelines, e.g.

  3. 3
    Article
    Avatar of smashingSmashing Magazine·4y

    Five Data-Loading Patterns To Improve Frontend Performance — Smashing Magazine

    The main goal of SSR is to give the user a static HTML with the prerequisite data. Unlike CSR, SSR doesn’t need to make another API call to the backend because the server generates an HTML template and loads any data within it. Newer solutions like Next.js use hydration, where the static HTML will be hydrated on the client side using JavaScript.