I am Sarwagya. Currently Building Rebackk.
If you're interested in collaborating or just want to say hi, don’t hesitate to reach out!
Solutions to Project Euler problems in JavaScript https://projecteuler.net/archives
TypeScript 1
Essential Cybersecurity Practices for Node.js :) Originally Published at - https://blog.esportzvio.com/blog/essesntials-node-js-security/
import { Dispatch, SetStateAction, useEffect, useState } from "react";
/**
* Custom hook to synchronize a value with `localStorage`.
* This hook ensures that the initial value is only read from `localStorage`
// Usage Examples
// https://gist.github.com/0xsarwagya/447015df61db544c38efd19b882ac2ed
import { useCallback, useEffect, useState } from "react";