Async Bottom-Up Javascript State Management

https://positive-intentions.com/blog/async-state-management

This investigation comes from my work on a #P2P #ChatApp. I found it tricky in a #FunctionalProgramming approach to handle #Async #Messages from peers needing the latest #State values. The challenge? How #JavaScript scopes variables in #Callbacks.

I wanted to explore a solution out of curiosity to see if it could work. I'm not trying to push "yet another #StateManagement library." This is about my #LearningProcess for use in #PersonalProjects.

#Programming #WebDev #Code #SoftwareDevelopment #OpenSource #PeerToPeer

Dim: Async State Management | positive-intentions

I'm working on creating something I can call "functional web components".