Will we plan to build a corresponding TS/JS library to enable using the composable architecture in frontend dev? #2478
-
TCA is really amazing and smooth and I think I can not go back to the other architectures. Thus, I plan to use TCA in my frontend project but I still can not find a library that can enable me to use TCA, even Redux which seems not enabling me to use Thus, really hope there is a kind of library that implements TCA concepts for frontend dev. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I've been out of the web front-end game for a couple years so I don't know the latest status of things, but the name TCA is an homage to T E A, the Elm architecture, a web front-end language-and-architecture, and one of the big early popularizers of functional, unidirectional architectures. You could look at that. I'm sure there are others. |
Beta Was this translation helpful? Give feedback.
@kamcma Sadly I don't think Elm or other Redux-style architectures focus on testing and composition of features to the same extent as TCA. There are some very basic means of combining reducers and general function composition folks rely on, but we don't know of any libraries out there that offers the story we've come to.
That said we would love for TCA to work on other platforms, including the web via Wasm, and we hope to get there some day, but it will take some time.