Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

ADR 08 (React router dom)

Manueluz edited this page Feb 17, 2024 · 1 revision

ADR 08 (React router dom)

Decision

We decided to use it because it offers easy configuration for application routes on the client side.

Status

Accepted.

Consequences

React-router-dom makes the process of building routes much easier. Also, when the user changes route, the virtual dom itself renders the new component.

Risks

General lack of experience and vendor lock in