Skip to content

Commit cd758b8

Browse files
committed
Finalize Hello, Mesop blog post
1 parent d11034e commit cd758b8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/blog/posts/hello_mesop.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
date: 2023-12-25
3-
draft: true
43
---
54

65
# Hello, Mesop
@@ -61,3 +60,7 @@ Today Mesop is good for internal apps with relatively un-stringent demands in te
6160
Some of these directions are potentially mutually exclusive. For example, having a **stateful server** may make **optimistic UI** practically more difficult because a stateful server means that non-serializable state could start to creep in to Mesop applications which makes undoing optimistic UI updates tricky
6261

6362
There's, of course, even more directions than what I've listed here. For example, it's technically possible to compile Python into WebAssembly and run it in the browser and this could be another way of tackling latency to user interactions. However, this seems like a longer-term exploration, which is why I've left it out for now.
63+
64+
## Interested in contributing?
65+
66+
If any of this excites you, please reach out. The easiest way is to raise a [GitHub issue](https://github.com/google/mesop/issues) and let me know if there's something specific you'd like to contribute.

0 commit comments

Comments
 (0)