jinghanwang


Jinghan Wang
  • JWang customized template with Mobx State Tree for Create React App.

    published version 6.0.0, 2 years ago
  • This a tiny lib handling async request in Mobx State Tree. The package can be treated as a custom model type. It doesn't handler the request, but accept a request function, and provide data, status, and some other handlers for Mobx State Tree. So users do

    published version 1.0.11, 2 years ago
  • This is a tiny custom Mobx State Tree type to handle common forms. It create a new custom `types.model` based on form schema. If no error happens, it will return all fields values in Key-Value object via `submit()` action. It will hold the last valid subm

    published version 2.1.0, 7 months ago