DEV Community

Discussion on: Got any weekend projects on the go?

Collapse
 
sirseanofloxley profile image
Sean Allin Newell • Edited

Working on an idea for JS and TS devs to enjoy elm architecture without all the fuss of redux, and using another rendering tool (lit-html) instead of react.

Kinda toying with being framework agnostic but right now got a commit in progress that's working on expanding the update function to allow for promises and to specify a next message,in addition to the main run function returning a promise of a dispatcher for initialization messages.

I'm calling it lit-tea, combining that lit-html library and the elm architecture (TEA).

lit-tea