React’s SWR supports passing a 3rd parameter to useSWR which allows the user to provide fallback data (initial data). This would be useful to have.