👋 Hi everyone. If you’ve made a conditional “data fetching” call that switches between “GetStaticPros” and “GetServerSideProps”, how did you do it? My team-member, Caroline, edits content on our website via an admin area and would like to see changes in-real-time (i.e., faster than the server is able to generate a new static-version). As an alternative, has anyone used React Query (
https://react-query.tanstack.com)?