streamelements-info
Retrieving StreamElements information made easy.
Retrieving StreamElements information made easy.
Super Easy React Tooltip
Custom alert, confirm and popup
Encrypt and decrypt
skooh is a git hooks manager
This project was built with Init-Typescript-Project
sort module for javaScript , Sorting in JavaScript has adversity, we have solved this problem.
twr-wasm provides a simple way to run C/C++ code in a web browser using WebAssembly.
Helper module for working with files.
A library that facilitates the use of many things that Node.js includes and including new functions and methods. (And recycle libraries)
Tiny and easy json database.
A truly global state management library for React with pub/sub workflow
Formats any Javascript date into any format you want.
User friendly, easy to use, and touch and navigation enabled JavaScript image gallery.
Premier League 🏴 Bundesliga 🇩🇪 Serie A 🇮🇹 Ligue 1 🇫🇷 La Liga 🇪🇸 All the clubs, all the players, automatically updated every transfer window.
too-kill-smell
3lamolana
A utility package for discord.js
# 特性 ## 状态持久化 状态分离 存储在localStorage中 ### 原理其实很简单 每个状态其实都是一个useState 只是做了些小改动 ### 状态会有一个副本合集 存在一个js对象中 这个副本只是用来记录 不会导致组件更新 ### 每一次setState 都是改变原有的useState中的数据 ### 每一次读取 如果localStorage中有数据则返回localStorage中的数据 如果没有 则是从副本中读取 ### 基于这一特性 每次父组件更新状态 子组件们都会重新读取loc