mobxjs / awesome-mobx

A collection of awesome things regarding MobX.
2.19k stars 159 forks source link

Add new blogpost #85

Closed shevchenkonik closed 3 years ago

shevchenkonik commented 4 years ago

Added the post React, TypeScript & Mobx https://shevchenkonik.com/blog/react-typescript-mobx

deadcoder0904 commented 3 years ago

Hey @shevchenkonik your blog has a little error.

npm i mobx-react

It must be:

npm i mobx mobx-react
shevchenkonik commented 3 years ago

@deadcoder0904 @hawkins sure, updated! thanks

hawkins commented 3 years ago

Thanks for this!