mobxjs / mobx-state-tree

Full-featured reactive state management without the boilerplate
https://mobx-state-tree.js.org/
MIT License
6.94k stars 640 forks source link

Find a new home for `mst-example-boxes` #2018

Closed coolsoftwaretyler closed 1 year ago

coolsoftwaretyler commented 1 year ago

As part of our effort to move away from monorepo architecture, we'll need to find an appropriate place to put the mst-example-boxes. That way we can update references to this example to point elsewhere (perhaps a new repository?) and keep it around for folks who reference it in any sort of educational materials.

coolsoftwaretyler commented 1 year ago

I'll handle this one like we did in https://github.com/mobxjs/mobx-state-tree/issues/2014

coolsoftwaretyler commented 1 year ago

Moved over to https://github.com/coolsoftwaretyler/mst-example-boxes, and I fixed up som e Webpack config/dependency issues. I also updated the readme to point to the original source and authors.

Closin' it out!