Prototyping a new UI lib, implemented something like React's reconciliation. The idea is that you describe the UI in terms of a simple declarative DSL, explain how to turn it into a component tree and the library does everything else automagically.
Prototyping a new UI lib, implemented something like React's reconciliation. The idea is that you describe the UI in terms of a simple declarative DSL, explain how to turn it into a component tree and the library does everything else automagically. No comments
|