Skip to main content

Documentation Index

Fetch the complete documentation index at: https://krono.fabianpiper.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

All packages export complete type definitions out of the box

Requirements

Krono is designed to be as type-safe as possible! Every function, hook, and component has complete type definitions. Things to keep in mind:
  • Krono requires TypeScript 5.0 or higher
  • TypeScript doesn’t follow semver and often introduces breaking changes in minor releases
  • To ensure everything works correctly, make sure your tsconfig.json has strict mode set to true.
  • Best Practice: Lock your typescript package to a specific patch version.

Resources

TypeScript Handbook

Official TypeScript documentation

Type Challenges

Practice advanced TypeScript patterns

API Reference

Explore Krono’s complete API

GitHub Discussions

Ask questions and share tips