Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.