|
|
|
|
|
by toastal
1128 days ago
|
|
I think we need other UI models instead of everything mature being object-oriented-oriented. Doing UI work in FP (or FRP) is great in many aspects until you need to integrate with these OO models like the DOM, et.al. Direct integration or a first-class VDOM-like model would be a nice step. There’s a tangent issue with all of popular game engines built around objects. |
|
The idea of using FP for everything is about as sensible as the paradigm of using OOP for everything.