Ben Abderrahmen Mohamed Aminem-amine-bar.hashnode.dev·Dec 8, 2024Exploring Next.js Server ActionsNext.js has always been a strong framework for building full-stack apps, and with the introduction of server actions in version 13.4, it has become even more powerful.So, what are server actions?Server actions are asynchronous functions executed on t...80 readsJavaScript
akash javaliblog.akashjavali.com·Aug 23, 2024Server-Side Rendering (SSR) vs. Client-Side Rendering (CSR) in React: A Comprehensive ComparisonWhen developing modern web applications, one of the key decisions developers face is how to render the content: Server-Side Rendering (SSR) or Client-Side Rendering (CSR). Both approaches have their pros and cons, and choosing the right one can have ...52 readsSSR