We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c27e6 commit 6ab6b43Copy full SHA for 6ab6b43
jupyterbook/end-notes.md
@@ -1,5 +1,19 @@
1
# End Notes
2
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
17
## React in Python –
18
19
### Transcrypt
0 commit comments