Clerk is a battery included authentication library built for NextJS that simplifies the authentication process immensely for your app. Clerk take cares of everything you…
next.js
It is always happy to see our website when searching Google or any other search engine. Other than a React app, Next.js is bundled with…
next.js cover
Animations are important in instances like page transitions, scroll events, entering and exiting components, and events that the user should be alerted to. We’ll take…
react.js
#Why host MERN apps on vercel? The MERN stack is at a crossroads: it is still a hugely popular stack behind a lot of production…
next.js cover
Laravel is a PHP Framework that is widely used to develop complex web applications like some e-commerce or Saas Product. In Laravel there is a…
laravel cover
How to extract parameters from a URL and how to make new URLs, the official way, without combining strings or using 3rd party dependencies. #Get…
javascript cover
React is a client side library which means you can access everything you’re familiar with on the web including document and window. If you’re coming to Next.js from…
next.js cover
This blog post relies on React and Typescript, a superset of JavaScript. UI is made from events, like animation, data calls or changes. To process…
reactjs cover
To redirect a user from the server-side or using the getServerSideProps() function in Next.js, you can use the redirect key with an object containing the destination property set to the path…
Next.js getServerSideProps()
Hey developers, in this article I’m going to show you how you can get automatic website performance report using Github Actions. You already know how…
Github Report