ββExploring the performance differences between server-side-rendering (SSR) and client-side-rendering (CSR) through simple examples.
#react #ssr #csr
#react #ssr #csr
codeburst
Next.js (SSR) vs. Create React App (CSR)
Exploring the performance differences between server-side-rendering (SSR) and client-side-rendering (CSR) through simple examples.
ββThere are many articles out there that deal with standard optimization techniques like SSR, PWA, tree shaking and similar. This article is similar, but also different as it focuses on things unique to serverless environments, in this case, AWS Lambda specifically.
10 min read
#SSR #Serverless
10 min read
#SSR #Serverless
Medium
How to SSR in a serverless environment and make your visitors 400% happier! π
Operating a multi-tenant serverless cloud platform comes with a unique set of challenges. There are many articles out there that deal withβ¦
ββNext.js is a JavaScript framework that is built on top of React, a popular library for building user interfaces. This means that you can use React to build your app, and Next.js provides additional tools and features to make the process easier.
β±οΈ 6 minutes read
#SSR #NextJS #React
β±οΈ 6 minutes read
#SSR #NextJS #React
Medium
Why Next.js 13 is a Game-Changer
Next.js is a JavaScript framework that is built on top of React, a popular library for building user interfaces. This means that you canβ¦