Anyone have tips for getting good performance when you have lots of nodes that can be re-arranged?
Anyone have tips for getting good performance when you have lots of nodes that can be re-arranged?
Regardless, it was a good learning experience. I also added a local storage hint so you can see which you used, because I always forget.
Regardless, it was a good learning experience. I also added a local storage hint so you can see which you used, because I always forget.
It's the simplest of our tools because it's just a web form with use:enhance. (thanks Sveltekit)
It's the simplest of our tools because it's just a web form with use:enhance. (thanks Sveltekit)
We use a store for each page's menus, and so far we aren't near the limit of local storage, but we'll see.
We use a store for each page's menus, and so far we aren't near the limit of local storage, but we'll see.
Example:
phonicsandstuff.com/sound-letter...
Example:
phonicsandstuff.com/sound-letter...
The critical point is the correspondence mapping. It lets us distinguish between 'read' and 'read'. :)
I read the book yesterday.
I will read the book tomorrow.
With these mappings, we can cut the data in lots of fun ways, which I'll cover in future posts.
The critical point is the correspondence mapping. It lets us distinguish between 'read' and 'read'. :)
I read the book yesterday.
I will read the book tomorrow.
With these mappings, we can cut the data in lots of fun ways, which I'll cover in future posts.
I offered to turn it into a database and website. The initial site was in React and moved to Sveltekit when it hit 1.0.
I offered to turn it into a database and website. The initial site was in React and moved to Sveltekit when it hit 1.0.