|
|
|
|
|
by troym
3856 days ago
|
|
> Once you scratch a little bit the surface, you will see the extraordinary power of its persistent data structures. I've heard this repeatedly, yet in the examples I've read (for web servers and for web ui work with cljs), they're using atoms with `swap!` to provide "current state". Could you provide an example of using persistent data structures in a web app? Or am I mis-understanding? |
|