Blog

Implementation of Web Biometric Authentication on React + Node js (SimpleWebAuthn).

In this article we will implement Biometric Authentication using SimpleWebAuthn on React App & Express with typescript

How to style your react components with styled-components

React components can be styled using tagged template literals with the help of the well-known package styled-components.

How to create your own react hooks.

React hooks may be excellent tools for encapsulating and reusing code in your components.

6 Most important hooks that every React developer should know

React 16.8 introduces the powerful React hooks feature, which enables the use of state and other React capabilities in functional components.

How to use Tailwind with React and create stunning components

In order to quickly style your HTML or React components without creating unique CSS, Tailwind CSS is a utility-first CSS framework that offers a number of pre-defined utility classes.

A beginner's guide to Redux Toolkit Query (RTK Query) and how it can simply data fetching in your React app

if you're a newbie and want to use React with RTK Query, you're interested in integrate RTK Query into your React application to effectively handle data fetching and state management. A data-fetching and caching package called RTK Query is based on Redux Toolkit.

How to use Flexbox Layout for Responsive Design

In this article, we will cover the basic fundamentals of usage flex property to adapt the row and column layout for responsive design.

How to fetch Solana Transaction History in NodeJs

In this tutorial we will discuss how you can fetch solana transaction history using flipsidecrypto sdk In NodeJs app

How to manage state in React

In this article, we will discuss the Jotai and Recoil libraries, and compare them with the widely used Redux library. We will also list the pros and cons of each library with different technologies