Heliton Nordt
Heliton Nordt
https://github.com/hnordt/covid/blob/master/src/App.js#L31
e.g. Tailwind CSS uses `em` for some utilities like `letter-spacing` and `line-height`
usePromise
```js const MyComponent () => { const { isPending, data, error } = usePromise(sendRequest({ url: "/somewhere" })) return null } const MyComponent () => { const { isPending, data, error,...
The whole JS ecosystem has the camel case convention for property names. It would be nice if this JS client supports the same naming strategy feature from the DotNet client...
When using `vcssom` addon, the `unitless` addon has no effect.