https://kotlinlang.org logo
Title
n

napperley

11/04/2020, 2:08 AM
Event handling in Fritz2 is too complicated/inflexible. I want to do stateless event handling but Fritz2 doesn't allow this since all event handlers have to be tightly coupled to a Store, and data binding is mandatory.
Since the Fritz2 documentation doesn't have a section on event handling that raises a red flag. A web framework should allow for event handling to be easily done without relying on anything else (eg event handlers are independent from state management, and data binding).
j

Jens Stegemann

11/18/2020, 9:25 AM
Will be happy to help here. Can you show me some code, what you want to do?