Update render script and Makefile

This commit is contained in:
Jonas Zeunert
2024-04-22 21:54:39 +02:00
parent 2d63fe63cd
commit 4d0cd768f7
10975 changed files with 47095 additions and 4031084 deletions

View File

@@ -1,4 +1,4 @@
 Awesome React Hooks !Awesome (https://awesome.re/badge-flat.svg) (https://awesome.re)
 Awesome React Hooks !Awesome (https://awesome.re/badge-flat.svg) (https://awesome.re)
 (https://reactjs.org/docs/hooks-intro.html)
@@ -83,7 +83,8 @@
- use-immer (https://github.com/mweststrate/use-immer) - A hook to use immer as a React hook to manipulate state.
- react-hanger (https://github.com/kitze/react-hanger) - A small collection of useful hooks for React 16.7.
- react-firebase-hooks (https://github.com/csfrequency/react-firebase-hooks) - A set of reusable React Hooks for Firebase.
- react-intersection-visible-hook (https://github.com/AvraamMavridis/react-intersection-visible-hook) - React hook to track the visibility of a functional component based on IntersectionVisible Observer.
- react-intersection-visible-hook (https://github.com/AvraamMavridis/react-intersection-visible-hook) - React hook to track the visibility of a functional component based on 
IntersectionVisible Observer.
- use-timer (https://github.com/thibaultboursier/use-timer) - Simple React hook to handle timer.
- react-native-hooks (https://github.com/react-native-community/react-native-hooks) - React Native APIs turned into React Hooks for use in stateless React components.
- react-with-hooks (https://github.com/yesmeck/react-with-hooks) - Ponyfill for the proposed React Hooks API.