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.
7
votes
2 Answers
3
votes
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