This website collects cookies to deliver better user experience
Build an idea generator from scratch, part 4: Speed up the page by caching API results [Video]
Build an idea generator from scratch, part 4: Speed up the page by caching API results [Video]
Hello again folks! This week's installment of the Idea Generator Tutorial focuses on performance and caching. We'll examine cookies and localStorage as possibilities, and how to ensure users still get fresh results periodically even with caching data. We'll also reinforce good programming practices by breaking up our functions into smaller, easier parts to manage and debug.