All Projects → waynecz → tiny-react-with-hooks

waynecz / tiny-react-with-hooks

Licence: other
⚛︎ Fundamental Implementation of React with Hooks & VDOM

Programming Languages

typescript
32286 projects
HTML
75241 projects

Projects that are alternatives of or similar to tiny-react-with-hooks

feathers-shallow-populate
Feathersjs populate relational data
Stars: ✭ 21 (+5%)
Mutual labels:  hooks
wagmi
React Hooks for Ethereum
Stars: ✭ 1,691 (+8355%)
Mutual labels:  hooks
use-saga-reducer
Use redux-saga without redux
Stars: ✭ 72 (+260%)
Mutual labels:  hooks
vscode-react-javascript-snippets
Extension for React/Javascript snippets with search supporting ES7+ and babel features
Stars: ✭ 782 (+3810%)
Mutual labels:  hooks
preact-urql
Preact bindings for urql
Stars: ✭ 28 (+40%)
Mutual labels:  hooks
eventrix
Open-source, Predictable, Scaling JavaScript library for state managing and centralizing application global state. State manage system for react apps.
Stars: ✭ 35 (+75%)
Mutual labels:  hooks
reactjs-player
基于 react hooks 的 video 播放组件,结构简单,代码简洁,扩展方便。
Stars: ✭ 32 (+60%)
Mutual labels:  hooks
use-metamask
a custom React Hook to manage Metamask in Ethereum ĐApp projects
Stars: ✭ 131 (+555%)
Mutual labels:  hooks
react-drag
A drag and drop platform based on sortable.js front-end visualization. 一个基于sortable.js的前端可视化搭建的拖拽平台,ui组件采用antd-mobile.通过umi脚手架构建.技术栈采用dva+hooks+umi+antd-mobile+sortable.js+react-color.
Stars: ✭ 51 (+155%)
Mutual labels:  hooks
useAudioPlayer
Custom React hook & context for controlling browser audio
Stars: ✭ 176 (+780%)
Mutual labels:  hooks
tacklebox
🎣React UX components for handling common interactions
Stars: ✭ 15 (-25%)
Mutual labels:  hooks
CJMethodLog
Objective-C 函数日志监听系统,可监听任意类,任意类的任意方法的调用日志。
Stars: ✭ 26 (+30%)
Mutual labels:  hooks
use-debugger-hooks
A small package of custom React hooks that are useful for debugging changes in React hook dependencies across renders
Stars: ✭ 44 (+120%)
Mutual labels:  hooks
architectury-api
An intermediary api aimed at easing development of multiplatform mods.
Stars: ✭ 139 (+595%)
Mutual labels:  hooks
react-typescript-hooks-realworld
conduit realworld application with [ React + Typescript + Redux + Hooks ]
Stars: ✭ 20 (+0%)
Mutual labels:  hooks
entangle
Global state management tool for react hooks inspired by RecoilJS and Jotai using proxies.
Stars: ✭ 26 (+30%)
Mutual labels:  hooks
hooks
A DLL that performs IAT hooking
Stars: ✭ 21 (+5%)
Mutual labels:  hooks
reactools
Create React interfaces is easy.
Stars: ✭ 14 (-30%)
Mutual labels:  hooks
use-unmount-signal
A React Hook to cancel promises when a component is unmounted
Stars: ✭ 276 (+1280%)
Mutual labels:  hooks
useStateMachine
The <1 kb state machine hook for React
Stars: ✭ 2,231 (+11055%)
Mutual labels:  hooks





A concise version of React just good enough for building uncomplicated UI
deadly suitable for SDK which cares about the size





Features

  • Basic JSX and Renderer with VirtualDOM(diff & patch)
  • Functional Component
  • Hooks like useState / useEffect

Todo

  • useCallback / useMemo ...

Demos



References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].