-
Notifications
You must be signed in to change notification settings - Fork 26
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
realworld submission #59
Comments
That's not a bad idea. I just finished a small app, one that's about the size of the realworld demo. I may just port over the patterns I'm using there. I'll take a look at what other's have done. |
Also, dunno why you couldn't comment on #57? No special rights on it that I'm aware of. If that's still the case let me know. |
Great, Looking forward to it! |
I did a realworld implementation using surplus. You can try it out at https://github.com/adamhaile/surplus-realworld . I still need to add some tests to submit to the main realworld site. |
Sounds awesome! currently on a retreat for a couple of weeks, will take a
look when I get back!
…On Apr 15, 2018 23:19, "Adam Haile" ***@***.***> wrote:
I did a realworld implementation using surplus. You can try it out at
https://github.com/adamhaile/surplus-realworld .
I still need to add some tests to submit to the main realworld site.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#59 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AT1dymupWgMNvr2YwPSkWFhxdK4PAC0aks5tpA3FgaJpZM4Sllss>
.
|
Starting to look at this, looks great, and learning a few tricks! |
Yeah, that's a good point. I moved the handling of authentication into the AppContainer component, thinking that that way the individual pages wouldn't need to deal with it, but that has the result that once one page has requested login, they all get stuck in that mode. I'll refactor that. Thanks for taking a look! |
Referring to issue #57 (which I am not allowed to comment on) it would be great to see a realworld submission for S/Surpplus (https://github.com/gothinkster/realworld , https://github.com/gothinkster/realworld/issues) : This is useful to compare frameworks and
it would more clearly communicate the strengths & caveats of the S/Surplus paradigm ~ quantitatively for example in lines of code, etc, but also so one can make a real qualitative comparison, and would make a great tutorial/starter kit on a potential reactive architecture:
namely, how to handle nested routing, dynamically loaded modules and tree shaking module bundles ; server side render (Razzle?) and client hydrating; fractal state (Freactal pattern with S?), etc.
ie, a prescriptive starter kit showing how to make real use of S/surplus that one can clone with degit and get to work with!
The text was updated successfully, but these errors were encountered: