|
|
|
|
|
by 0x6c6f6c
27 days ago
|
|
I like TEA but don't fully grasp how it scales for apps that may have reusable components or sufficiently complex pages. Is there an agreed-upon way(s) to deal with this? I know state is a big NO so it seems a bit at odds, but also does this essentially mean all Elm apps are just a global Redux and React app with no effects? Curious about more details to what you enjoy and how you like to work in Elm. Links also perfectly fine too. |
|
>how it scales for apps that may have reusable components or sufficiently complex
It is a lot of boilerplate, but it is mechanical, straightforward changes. I think it is entirely possible to automate it (not even using LLM).
> state..
I have used ELM ports to interact with JS and localstorage/indexeddb.