Today I learned what getStaticProps and getServerSideProps do
I've been using React for a couple years, and Next.js for a little over a year though for much more straightforward projects.
I'm used to using the useState and useEffect hooks in React. Normally, I'd set my state variables in a side effect, and then...
blog.tannerwiltshire.com2 min read