How to Manage User Authentication in React.js, Next.js, Vue.js, and Nuxt.js Using ClerkINTRODUCTION Authentication is a very important component to any software, application, system, it provides an extra layer of security by restricting areas of your application. For example a dashboard with important information, it can not be accesse...Sep 30, 2024·7 min read
Writing your own custom hooksIntroduction Since 2019 when React.js core team launched version 16.8 with the React Hooks, a lot has changed. Hooks have significantly improved the way we write code with React.js. Now we can manage the state in a cleaner and leaner way, handle side...Oct 9, 2023·4 min read