Skip to content

Standards

Typescript

In the Typescript projects in this repo, the @gametailors/web-core package is installed. This means we have access to utilities like Result<T,E> which we use instead of throwing errors, or cn(...) for merging Tailwind classes. Use the utilities from the web-core package where possible, and if not, evaluate if your new utility should be added to the web-core package instead.