Welcome to DailyDev.io š,
The goal of this site is to create content to aid you through your web development journey with tools, tips and experiences.
Start with our most recents posts bellow, or browse our topics.

On this issue, we will be talking about Next.js Server-Side Rendering, enabling high-performant websites by pre-rendering HTML instead of having it all done by client-side JavaScript.

On this issue, we will be learning about how Next.js enables high-performant websites by pre-rendering every page by default instead of having it all done by client-side JavaScript, like regular React apps usually do.

On this issue, we will be learning about how Next.js allows us to easily create infinite dynamic pages from a single React component.

Learn about how Next.js makes it incredibly easy to navigate between pages within our application using prefetching ensuring our app is fast and secure.

Authentication plays a major role in all systems around the globe in securing an application of any sort. In this article, I will show you how you can use Auth0 to secure your NextJS web application (including social login).
DailyDev.io Ā© 2022