mkny / cinimod

A collection of great tools and/or techniques, by @mkny
0 stars 0 forks source link
hook hooks react react-hooks typescript

Cinimod

Component library / helpers

Hook - useAsync

React hook used to trigger a suspense effect, when a promise does not resolve yet.

Hook - useStore

React hook used to configure a Context API on React applications. Usefull for handling global and local storages.

TypeScript - tsconfig

Collection of TypeScript configurations, usefull for easy project config and sharing between my projects.