I've seen this TEA
acronym (?!) in many places all over the web - means elm architecture - but i don't understand what each initial stands for. Thanks.
why the Elm Architecture is called TEA?
975 Views Asked by AIon At
2
There are 2 best solutions below
0

A little resume, of course the answer short, correct and sweet was provided by @bdukes:
The Elm Architecture is a simple pattern for architecting webapps. It is great for modularity, code reuse, and testing. Ultimately, it makes it easy to create complex web apps that stay healthy as you refactor and add features.
More info here
TEA is an acronym of the name The Elm Architecture