Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xwchris/redul
redul
https://github.com/xwchris/redul
Last synced: 21 days ago
JSON representation
redul
- Host: GitHub
- URL: https://github.com/xwchris/redul
- Owner: xwchris
- Created: 2020-09-01T11:56:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-01T11:57:32.000Z (over 4 years ago)
- Last Synced: 2024-05-27T22:22:19.625Z (8 months ago)
- Language: TypeScript
- Size: 50.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redul
An simple and fast React alternative with hooks and fiber (Excluded class-component).## Advantages
- same hooks api with react
- simple code to read
- written with typescript
- small size## Hooks
- useState
- useReducer
- useEffect
- useCallback
- useMemo
- useRef## TODO
- implement `requestIdleCallback`
- optimize remove
- add priority and expireTime
- optimize stage of update dom
- add context