ProductiveRage.ReactRouting
2.3.0
See the version list below for details.
dotnet add package ProductiveRage.ReactRouting --version 2.3.0
NuGet\Install-Package ProductiveRage.ReactRouting -Version 2.3.0
<PackageReference Include="ProductiveRage.ReactRouting" Version="2.3.0" />
paket add ProductiveRage.ReactRouting --version 2.3.0
#r "nuget: ProductiveRage.ReactRouting, 2.3.0"
// Install ProductiveRage.ReactRouting as a Cake Addin #addin nuget:?package=ProductiveRage.ReactRouting&version=2.3.0 // Install ProductiveRage.ReactRouting as a Cake Tool #tool nuget:?package=ProductiveRage.ReactRouting&version=2.3.0
A router for Bridge.NET projects, favouring strong-typing over free text description of link elements
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Bridge.Core (>= 15.3.0)
- Bridge.Html5 (>= 15.3.0)
- Bridge.React (>= 1.8.9)
- ProductiveRage.Immutable (>= 1.10.0)
- ProductiveRage.Immutable.Extensions (>= 1.3.8)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ProductiveRage.ReactRouting:
Package | Downloads |
---|---|
H.Necessaire.BridgeDotNet.Runtime.ReactApp
A React App Base for Bridge.NET |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
7.1.0 | 30,197 | 7/3/2019 |
7.0.0 | 736 | 1/21/2019 |
6.2.0 | 764 | 1/8/2019 |
6.1.0 | 709 | 1/8/2019 |
6.0.0 | 714 | 12/18/2018 |
5.1.0 | 1,147 | 6/20/2018 |
5.0.0 | 877 | 6/19/2018 |
4.5.0 | 992 | 5/28/2018 |
4.4.0 | 3,269 | 2/14/2018 |
4.3.1 | 1,397 | 12/8/2017 |
4.2.0 | 974 | 9/12/2017 |
4.1.1-beta | 778 | 6/22/2017 |
4.1.0-beta | 819 | 6/12/2017 |
4.0.0-beta | 931 | 5/4/2017 |
3.1.0 | 1,158 | 1/25/2017 |
2.5.0 | 1,119 | 1/25/2017 |
2.4.0 | 1,185 | 12/16/2016 |
2.3.0 | 1,135 | 11/30/2016 |
2.2.0 | 1,187 | 11/28/2016 |
2.1.0 | 1,020 | 11/28/2016 |
2.0.2 | 1,230 | 11/8/2016 |
2.0.0 | 1,283 | 11/7/2016 |
1.5.3 | 1,204 | 11/4/2016 |
1.5.2 | 1,154 | 11/4/2016 |
1.5.1 | 1,093 | 10/3/2016 |
1.5.0 | 1,122 | 10/1/2016 |
1.2.0 | 1,477 | 8/4/2016 |
1.1.0 | 1,609 | 6/9/2016 |
1.0.0 | 1,436 | 5/28/2016 |
0.9.5 | 1,380 | 5/11/2016 |
0.9.0 | 1,034 | 5/11/2016 |
Included the InvalidRoute action class in the library since it's likely to be used in every project that uses this (existing projects will likely need to remove their own InvalidRoute class in order to avoid "ambiguous reference" errors).
Also added a RouteCombiner.StartListening overload that takes an IDispatcher reference to send an InvalidRoute action to if the current URL can not be matched to a known route, making the calling code more concise.