DEV Community

Discussion on: I've made up my mind. I know how to choose my next tech stack ✨

Collapse
 
bryanwaddington profile image
Bryan Waddington

Thanks for the article. You don’t use typescript in react, on the front end, only on the back end?

What state management in React have you settled on?

Thanks

Collapse
 
idoshamun profile image
Ido Shamun

I use Typescript for everything! I can't build typeless apps anymore 😂
Haven't settled on state management yet. Roaming between context API, apollo graphql, and other alternatives. Any ideas?