-
Notifications
You must be signed in to change notification settings - Fork 7.4k
🖥 🔧 React + Mobx #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I looked into the starter kit, but it occurred to me that it might make more sense to fork the existing React + Redux example app and refactor reducers to I started a fork that adds the Mobx dependencies and migrates to custom-react-scripts to enable decorator support. |
Thanks for mentioning. Just to give you some resources: |
@hodorswit I think your approach is perfect — no need to reinvent the React parts of the app :) Regarding finding someone w/ more experience, @mweststrate do you know of anyone? Or perhaps someone that could provide advice to @hodorswit as he builds it out? |
@hodorswit I just updated the issue status + set up a Gitter room where we can handle collaborator coordination 👍 |
@capaj @andykog @benjamingr @mattruby anybody interested? ^ |
[Completely offtopic] @mosho1: Wondering about it since Friday, since I forgot to ask it, but did we meet last Friday without me realizing it? ;-) [/Completely offtopic] |
I'm out on this one. Yoyo exhibition tomorrow I need to prep for! |
I love the idea, will try to allocate some time tomorrow |
@hodorswit wanna add @andykog to the repo & coordinate work? Feel free to use the gitter room I set up for this Mobx implementation if need be :) |
@benjamingr @hodorswit I'll see if I have time to take a jab at it this weekend. And no, @mweststrate, sadly we did not meet :P |
Done, see hodorswit/react-mobx-realworld-example-app |
Woot! Can one of the MobX folks here take a peek at @andykog's codebase and provide feedback (and/or approve it)? 💪 |
@EricSimons will try to check later today / tomorrow |
@andykog wot that was quite an endeavour! looking good and idiomatic! Didn't check all the components, but a small thing I noticed in the stores: |
@mweststrate, I think arrays are generally better suited for managing order, but in our case you proposition should work great. Thanks for the review! |
(done) |
@andykog @hodorswit just added you both to the 'offical' repo — also have react-mobx.realworld.io pointed to github pages, so feel free to set up GH pages branch and it will show up live at that URL :) |
Just added the repo to the main README btw — amazing work guys! 👍 💯 Lmk when you have the GH pages set up & I'll close out this issue |
@EricSimons The demo is running via gh-pages at the following URL https://gothinkster.github.io/react-mobx-realworld-example-app 👍 For some reason the https://react-mobx.realworld.io URL is 404'ing. Is it worthwhile to troubleshoot this or do you think the default gh-pages link is fine? |
https://react-mobx.realworld.io is up now |
Current Status
Codebase in progress:
hodorswit/react-mobx-realworld-example-app
Interested in helping out? Say hello! 🎉
gitter.im/realworld-dev/react-mobx
Todo:
I believe the React community would benefit from more examples of Mobx architectures juxtaposed against Redux in non-trivial applications. The only example I'm aware of is the SoundCloud Client developed by the excellent @rwieruch
I'm still getting my feet wet in the React ecosystem, but will take this on if there is not interest from a more experienced member in the community.
The text was updated successfully, but these errors were encountered: