slainless
Explore posts from serversHow to improve list rendering performance?
Ok, after some testing, looks like the list rendering itself is not the issue. Rather, it is caused by the store. Simply put, no matter how many matches are rendered, the app will still stutter when mutation occurs on the store with big input text
Sorry for taking your time @Erik Demaine @bigmistqke and thanks for the input 👍
11 replies
How to make full static generation
Logically speaking, load function should be the closest thing you want since it will make page rendering idempotent and simple, just like in nextjs, remix, or gatsby. But again, i haven't tried SSG yet, so yeah
15 replies
How to make full static generation
if its not working as expected, then try to use route load function instead https://docs.solidjs.com/solid-router/reference/load-functions/load
15 replies