Reatom with typescript
Reatom and Typescript
#You don’t need to do anything special because Reatom has out-of-the-box TypeScript support. Inference works as you’d expect.
It is recommended to set strict: true
or strictNullChecks: true
in your tsconfig.json
project for a better experience.
You can play with this example on typescript playground