Latest Tutorials

Learn about the latest technologies from fellow newline community members!

  • React
  • Angular
  • Vue
  • Svelte
  • NextJS
  • Redux
  • Apollo
  • Storybook
  • D3
  • Testing Library
  • JavaScript
  • TypeScript
  • Node.js
  • Deno
  • Rust
  • Python
  • GraphQL
  • React
  • Angular
  • Vue
  • Svelte
  • NextJS
  • Redux
  • Apollo
  • Storybook
  • D3
  • Testing Library
  • JavaScript
  • TypeScript
  • Node.js
  • Deno
  • Rust
  • Python
  • GraphQL

    Form Validation with shadcn/ui: A Practical Guide

    Form validation is one of the most critical aspects of building user-friendly forms. Without proper validation, users can encounter frustrating errors, incomplete submissions, or worse—security vulnerabilities. While form validation is essential, it can quickly become overwhelming with edge cases,…

    I got a job offer, thanks in a big part to your teaching. They sent a test as part of the interview process, and this was a huge help to implement my own Node server.

    This has been a really good investment!

    Advance your career with newline Pro.

    Only $40 per month for unlimited access to over 60+ books, guides and courses!

    Learn More

      Dynamic Forms Made Easy with shadcn/ui: Managing Dependent Fields

      Dynamic forms—forms that adjust based on user input—are a common requirement in modern web applications. Whether you're designing a checkout flow or a survey, dependent fields make forms more relevant and user-friendly. But they can also be tricky to implement. Managing state changes, conditionally…

        Fast Doesn’t Have to Be Generic: Designing Distinct Websites with shadcn/ui

        Speed is vital in web development: deadlines and Minimum Viable Products (MVPs) dominate discussions, and developers are frequently pushed to deliver “just enough” to get a site up and running. While there’s merit in efficiency, this can often lead to a sea of websites that look—and feel—the same.…

          Mastering Form Validation with shadcn/ui

          Forms are the bread and butter of user interaction on the web, but getting them right can be tricky. One of the most significant challenges is handling validation (users are unpredictable) and providing clear, actionable error messages. We've all encountered forms that leave us frustrated with…