logoalt Hacker News

qseratoday at 2:34 AM0 repliesview on HN

ELM forever!

I like ELM because the core is extremely small. You just have to remember the model, the update function and the message type. That is it.

React on the other hand makes you remember a million conventions and patterns and api like useEffect, useState, hooks.