|
|
|
|
|
by toastercat
1449 days ago
|
|
Yep, Mithril's redraw system is definitely one of its strengths since there is no plumbing necessary. You're free to do whatever you want without any weird adapter libraries. You can build some decently robust state containers without dependencies or Mithril-specific code[1]. [1] https://mithril-by-examples.js.org/examples/tweeter-box/ |
|