News

We have a simple setup involving a Context API provider wrapping the _app.tsx page. The flow we're trying to implement is: On a page we collect some data from an API by using getServerSideProps; We ...