Open steder opened 12 years ago
Once we have boards to solve we'll want to save these boards so that they don't have to be reentered every time we visit the page.
The cool way to do this would be with client storage (LocalStorage).
Pros:
Cons
Probably will look into a hybrid approach like SQLite on the server and a local cache on the client with LocalStorage.
Once we have boards to solve we'll want to save these boards so that they don't have to be reentered every time we visit the page.