This repository was archived by the owner on Oct 30, 2024. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork8
PermalinkChoose a base ref {{ refName }}default Choose a head ref {{ refName }}default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:callstackincubator/reroute
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
base:v0.0.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
...
head repository:callstackincubator/reroute
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
compare:master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 5commits
- 19files changed
- 4contributors
Commits on Mar 3, 2018
I am really bad at writing documentation. However, I guess better to have something than nothing. Leaving this rationale to help understand what is the purpose of this library.
grabbou authoredMar 3, 2018
Commits on Mar 5, 2018
remove examples from sources as they are not there yet and it causes …
…yarn install to fail (#8)
knowbody authoredMar 5, 2018 Disambiguate component names (#7)
To make sure there's no potential for confusion with other components.
Commits on Mar 6, 2018
Commits on Mar 6, 2019
Upgrade ReasonReact and bs-platform to latest and update code (#15)
bs-platform: 2.2.2 -> 3.0.0reason-react: 0.3.2 -> 0.4.1[x] Use new subscriptions api (old is deprecated, see reason-react issue #173)[x] refmt (single entity switch statement* now has parens + trailing commas enforced)[x] ReasonReact.arrayToElement -> ReasonReact.array (former is deprecated)This library is minimal and so the code does not change much fortunately. With these changes, one of my hobby websites still works perfectly, but I'm unsure how it will affect sites in production or if there is hidden complexity that I'm not accounting for. Regarding the writing of the code, I followed the [documentation](https://github.com/reasonml/reason-react/blob/b406a679758bf2d0cd66ce1c03454c779eb9894a/docs/subscriptions-helper.md).`yarn clean && yarn build` does not output any error on this commit.On the `master` branch (basically w/o this commit), only one warning occurs with the same command:``` Warning number 3 /projects/reroute/src/ReRoute.re 47:12-37 45 ┆ } 46 ┆ )> 47 ┆ (ReasonReact.arrayToElement(children)) 48 ┆ </a>; 49 ┆ } deprecated: ReasonReact.arrayToElementPlease use ReasonReact.array instead```
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v0.0.4...master
Uh oh!
There was an error while loading.Please reload this page.