Skip to content

Commit 6ab6b43

Browse files
committed
Moved TODOMVC for Solara to End Notes.
1 parent 31c27e6 commit 6ab6b43

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

jupyterbook/end-notes.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# End Notes
22

3+
## TODOMVC
4+
5+
[TODOMVC](https://todomvc.com) has proven itself useful to see how cleanly a
6+
framework separates model and view. In most cases if this is done well and a
7+
framework makes A and A easy, the it is good for most purposes. But here is where
8+
we see NiceGUI shine: "most purposes" does not include the wide array of devices
9+
that NiceGUI operates on, that few other frameworks can boast similar support for. But I digress, let's see the TODOMVC offerings in Python:
10+
11+
### TODOMVC in Solara
12+
13+
[Discussion](https://solara.dev/examples/utilities/todo)
14+
15+
[Actual code](https://raw.githubusercontent.com/widgetti/solara/mas
16+
317
## React in Python –
418

519
### Transcrypt

0 commit comments

Comments
 (0)