Myvideo

Guest

Login

Building a Car Trader App #2: Car Details Page using getServerSideProps

Uploaded By: Myvideo
4 views
0
0 votes
0

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

Share with your friends

Link:

Embed:

Video Size:

Custom size:

x

Add to Playlist:

Favorites
My Playlist
Watch Later