1. 26 11月, 2020 1 次提交
  2. 10 11月, 2020 1 次提交
  3. 19 5月, 2020 1 次提交
  4. 24 4月, 2020 1 次提交
    • J
      Remove unnecessary export to make usage clearer. (#12167) · f3e6545b
      Johan Nilsson 提交于
      The method initializeStore is only being used locally by useStore.
      By having this exported I initially thought the consumer would have to call this as setup globally and then call useStore as well for each consuming component.
      
      Downloading the sample I saw it's only useStore that is being used by the consuming app and this could be made clear by not exporting initializeStore.
      f3e6545b
  5. 21 4月, 2020 1 次提交
  6. 07 4月, 2020 1 次提交
  7. 11 11月, 2019 1 次提交
  8. 09 8月, 2019 1 次提交
  9. 25 6月, 2019 1 次提交
  10. 21 2月, 2019 1 次提交
  11. 15 2月, 2019 1 次提交
  12. 18 12月, 2018 1 次提交
  13. 06 11月, 2018 1 次提交
    • M
      examples/with-mobx : Fix and simplify (#5537) · 420f74c8
      Már Örlygsson 提交于
      I spent far too much time fiddling with this example project before realizing it contained a bug in the store initialization logic and it was a bit more complex than it needed to be.
      
      * The custom server was not needed
      * The store-initialization did effectively the same thing twice for no reason
      * And wrapping MyApp component in a HOC was wholly unnecessary indirection
      
      My changes are split into four discrete commits for clarity.
      420f74c8
  14. 01 7月, 2018 1 次提交
  15. 12 2月, 2018 1 次提交
  16. 20 8月, 2017 1 次提交
  17. 06 1月, 2017 1 次提交
    • F
      Adds mobx example (#676) · 13feb885
      Florian Didron 提交于
      * Adds mobx example
      
      * Fix coding style to match JS Standard
      
      * Removes unecessary link
      
      * Update README.md
      
      * Update README.md
      
      * Change next version from beta to ^2.0.0-beta
      
      * Assigns the store to a local var
      
      * Adds navigation in the example
      
      * Removes unecessary imports
      
      * Fix coding style to match JS Standard
      
      * Fix Clock import
      13feb885