# CoreTS

## CoreTS

- [Home](https://docs.corets.io/master.md): Collection of useful libraries for TypeScript + React
- [Fiber](https://docs.corets.io/services/fiber.md): Build a statically typed SDK for your backend in minutes.
- [Accessor](https://docs.corets.io/services/accessor.md): Turn any object into a statically typed facade.
- [Schema](https://docs.corets.io/services/schema.md): Delightfully simple, feature packed and customisable tool for validation and sanitization of any kind of data. Can be used on the client side as well as on the server side.
- [Form](https://docs.corets.io/services/form.md): Build statically typed forms with ease. A refreshing alternative to existing form libraries.
- [Translator](https://docs.corets.io/services/translator.md): Customisable translator for backend and frontend usage with a statically typed translations facade.
- [\<Router/>](https://docs.corets.io/components/router.md): Next-generation router for React tailored towards complex SPA use-cases, makes your application feel like it's been rendered on the server-side.
- [\<Memo />](https://docs.corets.io/components/memo.md): React component used to isolate children from unnecessary re-renders.
- [Async](https://docs.corets.io/observables/async.md): Abstraction for async operations that can be hooked into React.
- [Value](https://docs.corets.io/observables/value.md): Simple value that can be hooked into React.
- [Store](https://docs.corets.io/observables/store.md): Simple store that can be hooked into React.
- [List](https://docs.corets.io/observables/list.md): Simple list that can be hooked into React.
- [Local Storage Value](https://docs.corets.io/observables/local-storage-value.md): Simple observable value that can be subscribed to, in React, using Hooks. State is automatically synced to the localStorage.
- [Local Storage Store](https://docs.corets.io/observables/local-storage-store.md): Simple observable store that can be subscribed to, in React, using Hooks. State is automatically synced to the localStorage.
- [Local Storage List](https://docs.corets.io/observables/local-storage-list.md): Simple observable list that can be subscribed to, in React, using Hooks. State is automatically synced to the localStorage.
- [useAsync](https://docs.corets.io/hooks/use-async.md): React hook for async operations.
- [useAffect](https://docs.corets.io/hooks/useaffect.md): React hook for async side effects
- [useStream](https://docs.corets.io/hooks/use-stream.md): React hook for repeating async operations.
- [useAction](https://docs.corets.io/hooks/use-action.md): React hook for imperative async operations.
- [useDebounce](https://docs.corets.io/hooks/use-debounce.md): React hook for debounced values and functions.
- [useThrottle](https://docs.corets.io/hooks/use-throttle.md): React hook for throttled values and functions.
- [usePrevious](https://docs.corets.io/hooks/use-previous.md): Track previous versions of values.
- [useIdle](https://docs.corets.io/hooks/use-idle.md): Detect when a user goes idle.
- [useValue](https://docs.corets.io/hooks/use-value.md): React hooks for the @corets/value package.
- [useList](https://docs.corets.io/hooks/use-list.md): React hooks for the @corets/list package.
- [useStore](https://docs.corets.io/hooks/use-store.md): React hooks for the @corets/store package.
- [useForm](https://docs.corets.io/hooks/use-form.md): React hooks for the @corets/form package.
- [useFormBinder](https://docs.corets.io/hooks/use-form-binder.md): React bindings for the @corets/form package.
- [useTranslator](https://docs.corets.io/hooks/use-translator.md): React hooks for the @corets/translator package.
- [useQuery](https://docs.corets.io/hooks/use-query.md): Hooks for react-router query parameters.
- [Tag](https://docs.corets.io/helpers/tag.md): Type tagging and branding for TypeScript.
- [Input Helpers](https://docs.corets.io/helpers/input-helpers.md): Various helpers related to input specific functionality.
- [Promise Helpers](https://docs.corets.io/helpers/promise-helpers.md): Various helpers related to promise specific functionality.
- [Save Helpers](https://docs.corets.io/helpers/save-helpers.md): Various helpers related to file saving specific functionality.
- [Pagination Helpers](https://docs.corets.io/helpers/pagination-helpers.md): Various helpers related to pagination specific functionality.
- [Clipboard Helpers](https://docs.corets.io/helpers/clipboard-helpers.md): Various helpers related to clipboard specific functionality.
- [Calendar Helpers](https://docs.corets.io/helpers/calendar-helpers.md): Various helpers related to calendar specific functionality.
- [Local Storage Helpers](https://docs.corets.io/helpers/local-storage-helpers.md): Various helpers related to localStorage specific functionality.
