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

https://github.com/ahabhgk/simple-preact

πŸ˜ƒ Simplified Preact for learning source code
https://github.com/ahabhgk/simple-preact

Last synced: 3 months ago
JSON representation

πŸ˜ƒ Simplified Preact for learning source code

Awesome Lists containing this project

README

        

# simple-preact

- [ ] Types
- [x] Component
- [x] Component Lifecycle
- [x] Component forceUpdate
- [x] Function Component
- [x] Fragment
- [x] ErrorBoundary
- [ ] Suspense: 😭 confusing with nested suspense, need help...
- [ ] SuspenseList
- [x] Portal
- [x] memo/shouldComponentUpdate
- [x] PureComponent
- [x] lazy
- [x] useState
- [x] useReducer
- [x] useEffect
- [x] useLayoutEffect
- [x] useMemo
- [x] useCallback
- [x] useRef
- [x] useContext
- [x] useErrorBoundary
- [x] useImperativeHandle
- [x] forwardRef
- [x] createRef
- [x] Ref
- [x] createContext
- [x] Component Diff
- [x] HostNode Diff
- [x] Key Diff
- [x] Children
- [x] SVG
- [x] Default Props

## Tips

Preact 与 React ζœ‰εΎˆε€§ηš„δΈεŒοΌŒReact εŽŸη†ζŽ¨θγ€Š[React ζŠ€ζœ―ζ­η§˜](https://react.iamkasong.com/)》