23
loading...
This website collects cookies to deliver better user experience
as any
all the content stuff needs to have their types generated. Due to reasons this means megabytes worth of types.number
, but types tell it is a string | undefined
, so you need to write extra code to make the number a number. My current goto for known integers is ~~(value || 0)
, but really, the types need to be fixed.fetch
on both server and client side code. The project started way before there was anything like Gatsby, Next.js, or Remix available (Remix is still in beta).