Incremental data loading with useActionState and yield in Nextjs 15
Oct 29, 2024 · 2 min read · A few days ago, I had a fucking dream that useActionState can use yield to push data. It was probably that state was an array []. Every time data was yielded in the action function, the data would be appended to the state. (It could also be that I se...
Join discussion