Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dubadub/declarouter
Proof of concept for declarative state management on the frontend
https://github.com/dubadub/declarouter
Last synced: about 1 month ago
JSON representation
Proof of concept for declarative state management on the frontend
- Host: GitHub
- URL: https://github.com/dubadub/declarouter
- Owner: dubadub
- Created: 2019-03-27T07:49:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-07T10:33:00.000Z (over 5 years ago)
- Last Synced: 2024-12-24T06:36:37.328Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# declarouter
Inspired by modern declarative approaches for state management like Terraform, Kubernetes and Bazel,
which allow the developer to describe possible states and let the tool figure out what needs to be done
to transition from one state to another.I think it's possible to bring these approaches to the frontend.
This repository aims to expore the subject and build the proof of concept for declarative state management on the frontend.