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

chore: remove examples from repository #2043

Closed coolsoftwaretyler closed 1 year ago

coolsoftwaretyler commented 1 year ago

Now that we have merged https://github.com/mobxjs/mobx-state-tree/pull/2042, we can remove all of the examples from this repository to help simplify the overall project structure. The examples will point to the independent hosting of those examples (which I am happy for other folks to clone, improve on, etc.). Should help clarify the overall scope of this project, and tidy things up.

After this, we'll tackle the slightly more complex matter of removing the middlewares package as discussed in https://github.com/mobxjs/mobx-state-tree/milestone/4

Closes #2016

Closes #2020

Closes #2023

Closes #2026