Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xwchris/redul

redul
https://github.com/xwchris/redul

Last synced: 21 days ago
JSON representation

redul

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