Xiaoyun Yang
Xiaoyun Yang
I think you can already do that. There's a props for Carousel called ``initialPage``, so if you want to set current slide to 1 upon initialization, just do: `` ``...
@younanjo check out [my project here](https://github.com/xiaoyunyang/looseleaf-node) in which `react-router` v4 is incorporated. It's a work-in-progress and there are extraneous code, but you can see a working version of routing on...
@borisyordanov I suggest you start with this [starter project repo](https://github.com/xiaoyunyang/isomorphic-router-demo), which is a lot smaller and easier to follow. There's an [tutorial](https://hackernoon.com/get-an-isomorphic-web-app-up-and-running-in-5-minutes-72da028c15dd) I wrote on this repo to walk through...
@asicfr I'm not sure what you are asking. This is a demo project and not a production ready project. I installed the dependencies and third party middlewares as needed with...
Honestly I didn't think to do that. If you want to try make this project CICD-ready, feel free to submit a PR.
@kevinglasson I haven't decided if I want to add an MIT license to this app. Let me think about it and I'll get back to you. In any case, this...