Hi Tribe I am working on a side project of mine wh...
# our-work
c
Hi Tribe I am working on a side project of mine where I am using react in typescript. The frontend involves some plotting some timeseries on selected dates. I am working on a frontend framework and ea6 or the first time and hence facing a lot of challenges 😅 Does anyone know some examples of similar stuff made on the same stack ie latest react with typescript in opensource so I can take component examples from there.
f
Hey Sanchit, I recently built a small project in React + TS as part of an assignment for a job application: https://github.com/virajvchavan/query-builder-react-ts I hope you find it useful to get the basics
g
If you need some Typescript help (in general), here is a cheatsheet that helped me getting started with it - https://github.com/typescript-cheatsheets/react
c
Thanks guys 😊