Visual-Communications / fair-housing-pledge

https://fairhousingpledge.com/
0 stars 0 forks source link

#104: Cache dashboard pledge data client-side #110

Closed paulshryock closed 3 years ago

paulshryock commented 3 years ago

Summary

Instead of calling the API on every dashboard page load, this will call once and store the data in sessionStorage. The sessionStorage data is then used for dashboard renders. This limits requests to the server, and allows for much faster subsequent renders, and makes it easier to work with the data client-side for other features.

Issue(s)

104

Changelog

Added

Fixed

Checklist