codestudy/excalidraw/questions

questions

dz / codestudy / excalidraw / questions

Summary

High-level questions I have about how excalidraw does something.

Node Tree

Nodes

persistent_data
content How does excalidraw manage persistent data? When I run it locally, it loads previously stored data.
children codestudy/excalidraw/files/excalidraw-app/data/LocalData.tsx (this could be the code responsible for persistent data of data files), codestudy/excalidraw/libs/jotai (Could this be what is used to load/store data?)
parents codestudy/excalidraw/questions
location codestudy/dz/excalidraw/excalidraw.dz:26