In this video, we are gonna build the car page details using getServerSideProps. In this mini-series, we are going to build an application to sell used cars, called Car Trader. We will have a search page with multiple filters, a listing page, a details page and an FAQ page. From documentation: When should I use getServerSideProps? You should use getServerSideProps only if you need to pre-render a page whose data must be fetched at request time. Time to first byte (TTFB) will be slower than getStaticProps because the server must compute the result on every request, and the result cannot be cached by a CDN without extra configuration. If you don’t need to pre-render the data, then you should consider fetching data on the client-side using SWR. ---- Microphone Application Demo: ht ... #BrunoAntunesPT #javascript # #ReactJS # #Nextjs_Tutorial #Nextjs_for_beginners # #React_nextjs #javascript_for_beginners 20200508 QnGLMLFjk9Q
Hide player controls
Hide resume playing