Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

why the Elm Architecture is called TEA?

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.

like image 595
AIon Avatar asked May 23 '17 16:05

AIon


2 Answers

It just stands for The Elm Architecture

like image 142
bdukes Avatar answered Sep 21 '22 00:09

bdukes


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

like image 21
A Monad is a Monoid Avatar answered Sep 20 '22 00:09

A Monad is a Monoid