About 214,000 results
Open links in new tab
  1. The Clean Architecture using React and TypeScript. Part 1

    May 16, 2020 · The Clean Architecture allows you to isolate the use of specific frameworks, libraries and technologies, therefore you can test them easier and replace them to another ones.

  2. The Ultimate Clean Architecture Template for TypeScript Projects

    Aug 4, 2022 · In this guide, I explain my approach to creating a TypeScript project template that implements clean architecture principles. This will probably work for any type of application …

  3. Clean Architecture: Applying with React - DEV Community

    Jul 24, 2022 · Clean architecture with things like Redux or React Context is possible, but difficult. There's tooling out there for different approaches, it's up to the engineer to pick the right one …

  4. Clean Architecture For React - React.js Examples

    Oct 5, 2021 · We’ll describe briefly what each layer does in CLEAN architecture, in order to understand how we can leverage some of these concepts in our React applications. CLEAN …

  5. React Clean Architecture: A Guide for Scalable, Testable Apps

    Feb 22, 2024 · React Clean Architecture provides a robust framework for building applications that prioritize long-term maintainability and testability. By adhering to the principles of …

  6. eduardomoroni/react-clean-architecture - GitHub

    Applying clean architecture to a react codebase brings lots of benefits, most of them you can find by simply googling what's clean architecture and what should we adopt architectural patterns. …

  7. bespoyasov/frontend-clean-architecture: React - GitHub

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

  8. Clean Architecture: React and Typescript - DEV Community

    Oct 25, 2021 · By employing clean architecture, you can design applications with very low coupling and independent of technical implementation details, such as databases and …

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

    Oct 23, 2021 · Use Cases: A data flow — For example, when signing up a user, the use case will call UserService to check the existence of the user before creating. Adapters: Implement …

  10. Clean React Architecture with Redux, Immer, TypeScript and …

    Jun 1, 2019 · The solution to this problem that has worked well for me so far is using the right set of libraries and proper separation of code – The Clean React Architecture. For illustration …

Refresh