fireship-io / fireship.io

Build and ship your app faster https://fireship.io
3.56k stars 1.31k forks source link

courses/react-next-firebase/intro-next-basics/ #891

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Next.js Basics

Learn the fundamentals of Next.js and server-side rendering

https://fireship.io/courses/react-next-firebase/intro-next-basics/

AucaCoyan commented 2 years ago

Hi! I followed the video and the code stop working when I tried to render ford at 8:58. After a short search on internet, I found that getStaticProps must be replaced with getServerSideProps And worked properly :rocket: