Y
Hacker News
new
|
ask
|
show
|
jobs
by
mejutoco
1551 days ago
Unless I am missing something, functional components and centralized state (a la elm
https://guide.elm-lang.org/architecture/
) are enough. Bringing global state (Context called from anywhere) can make it less clear.