About 856,000 results
Open links in new tab
  1. Building Scalable Frontend Architecture with React and TypeScript

    Feb 18, 2024 · In React and TypeScript development, having a well-defined architecture is crucial for scalability, maintainability, and collaboration among team members. It provides a clear roadmap for structuring code, managing dependencies, and …

  2. The Clean Architecture using React and TypeScript. Part 1

    May 16, 2020 · I want to tell you about our experience of using an architecture approach called The Clean Architecture in React applications with TypeScript. Why am I describing this?

  3. Crafting a Solid Front-End Framework with React and TypeScript

    Nov 19, 2024 · In this article, we’ll explore the importance of combining React with TypeScript, provide a comprehensive guide to implementing a solid front-end framework, and offer practical examples to help you get started.

  4. GitHub - bespoyasov/frontend-clean-architecture: React + TypeScript

    A React + TypeScript example app built using the clean architecture in a functional(-ish) way. Working app; Huge post about it

  5. TypeScript with React: Building Type-Safe Frontend Applications

    Dec 10, 2024 · Integrating TypeScript with React is a game-changer for frontend developers seeking to build scalable, maintainable, and robust applications. By enforcing type safety, TypeScript reduces the...

  6. Micro Frontend Architecture Setup with ReactJS, TypeScript, RTK …

    Feb 19, 2025 · In this article, we will walk you through the setup of a micro frontend architecture using ReactJS, TypeScript, Redux Toolkit (RTK Query), Webpack Module Federation, SonarQube, Jest, Lerna, and Husky.

  7. Clean architecture in Frontend (React/Redux/Typescript)

    Oct 23, 2021 · The most important things in this architecture is dependency rule — The lower layer must not know about the higher layer. Then we can keep it testable. Use interface to define the methods as...

  8. Building a Micro Front-End React Application with React

    Jul 21, 2024 · In this tutorial, we will build a simple micro front-end React application using React, Material-UI (MUI), and TypeScript. Basic knowledge of React, TypeScript, and Webpack. Node.js and npm...

  9. How to Leverage TypeScript for Scalable Front-End Architecture

    Sep 1, 2024 · In this post, I’ll walk you through the benefits of using TypeScript in your front-end projects and provide practical examples of how to structure your codebase for scalability. Why...

  10. “Supercharging Your Frontend: TypeScript with React and …

    TypeScript provides type safety, better code completion, and easier refactoring. React allows building reusable, modular UI components. Webpack optimizes and bundles code for production, reducing load times. What Readers Will Learn. By the end of this tutorial, you’ll be able to: – Set up a TypeScript, React, and Webpack project.

  11. Some results have been removed