Closed bebraw closed 9 years ago
Yes, I have started working on this. I have not had as much time as I wanted on router5-react
which is more a proof of concept and untested. But that will come soon, and both high-order components and decorators will be supported.
Great to hear! Btw see reactive-router. I feel there could be some room for collaboration between the projects. Christian is looking for ideas.
Hi @bebraw, just to let you know things are not stale. router5@1.0.0 is in development (1 week to 2 weeks away from releasing) and that repository is being rewritten at the same time (will only support React >= 0.14). See PR #9.
@troch Great to hear. If you want, we could do a little interview at survivejs.com to publicize it better once 1.0.0
is out there. :)
@bebraw that would be great :)
v1.0.0 out, repo renamed to react-router5
, router5@1.0.0 released.
@bebraw also redux-router5 has been created to help with redux.
@troch Cool! I sent you email about the interview. We can work with it there. You can also reach me through Gitter etc. if needed.
Thanks, I'll reply before the end of the week :)
On Thu, 29 Oct 2015 at 14:54 Juho Vepsäläinen notifications@github.com wrote:
@troch https://github.com/troch Cool! I sent you email about the interview. We can work with it there. You can also reach me through Gitter etc. if needed.
— Reply to this email directly or view it on GitHub https://github.com/router5/react-router5/issues/7#issuecomment-152204981 .
Hi Juho,
My answers on that gist: https://gist.github.com/troch/ce6696653d9e866d7d82 :)
Thanks Thomas
On Thu, 29 Oct 2015 at 15:24 Thomas Roch thomas.c.roch@gmail.com wrote:
Thanks, I'll reply before the end of the week :)
On Thu, 29 Oct 2015 at 14:54 Juho Vepsäläinen notifications@github.com wrote:
@troch https://github.com/troch Cool! I sent you email about the interview. We can work with it there. You can also reach me through Gitter etc. if needed.
— Reply to this email directly or view it on GitHub https://github.com/router5/react-router5/issues/7#issuecomment-152204981 .
@troch Looking good. I split up a few paragraphs to make it more readable and fixed a typo (Alfonsi -> Alfoni). See https://gist.github.com/bebraw/3b8875d762b37105ad6e . The post will go out on 9th of November. Thanks a lot!
Cool, thanks again :+1:
It would be nice if it was possible to use this with ES6 style classes. I expect you would set up a HOC or a decorator to deal with it in this case. Ideally both.