Bridge.React 1.3.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Bridge.React --version 1.3.1
                    
NuGet\Install-Package Bridge.React -Version 1.3.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Bridge.React" Version="1.3.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Bridge.React" Version="1.3.1" />
                    
Directory.Packages.props
<PackageReference Include="Bridge.React" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Bridge.React --version 1.3.1
                    
#r "nuget: Bridge.React, 1.3.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Bridge.React@1.3.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Bridge.React&version=1.3.1
                    
Install as a Cake Addin
#tool nuget:?package=Bridge.React&version=1.3.1
                    
Install as a Cake Tool

Bindings for Bridge.NET to work with React

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Bridge.React:

Package Downloads
H.Necessaire.BridgeDotNet.Runtime.ReactApp

A React App Base for Bridge.NET

ProductiveRage.Immutable.Extensions

Common classes and extension methods for use with the ProductiveRage.Immutable library

ProductiveRage.ReactRouting

A router for Bridge.NET projects, favouring strong-typing over free text description of link elements

Bridge.Flux

Simple bindings for implementing a Flux architecture with Bridge.NET

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.2.0 37,427 7/3/2019
5.1.0 1,170 2/3/2019
5.0.0 1,586 1/21/2019
4.2.0 1,838 7/6/2018
4.1.0 1,454 6/21/2018
4.0.0 3,004 6/8/2018
3.1.8 4,173 4/9/2018
3.1.7 3,055 12/8/2017
3.1.6 1,535 11/13/2017
3.1.5 1,341 10/17/2017
3.1.3 1,320 9/29/2017
3.1.2 1,269 9/25/2017
3.1.1 1,250 9/21/2017
3.1.0 1,484 9/8/2017
3.0.0 2,847 8/21/2017
2.6.2-beta 6,973 6/6/2017
2.6.1-beta 1,537 5/30/2017
2.5.0-beta 1,307 5/12/2017
2.4.0-beta 1,292 5/11/2017
2.3.0-beta 1,310 5/11/2017
2.2.0-beta 1,150 5/10/2017
2.1.0-beta 1,487 5/4/2017
2.0.0-beta 1,403 5/3/2017
1.12.6 2,055 4/3/2017
1.12.6-beta 1,315 4/3/2017
1.12.5 1,693 2/8/2017
1.12.4 1,604 2/3/2017
1.12.3 1,591 1/25/2017
1.12.2 1,708 1/24/2017
1.12.1 1,597 1/10/2017
1.12.0 1,595 1/10/2017
1.11.0 2,193 12/13/2016
1.10.0 1,643 12/7/2016
1.9.0 1,597 11/15/2016
1.8.9 3,285 11/8/2016
1.8.8 2,348 10/18/2016
1.8.7 2,102 9/23/2016
1.8.6 2,260 9/18/2016
1.8.5 2,807 9/14/2016
1.8.4 2,273 9/13/2016
1.8.3 2,250 9/13/2016
1.7.2 2,464 8/4/2016
1.7.0 2,602 7/30/2016
1.6.4 2,028 7/16/2016
1.6.3 1,961 6/19/2016
1.6.2 2,611 6/18/2016
1.6.1 2,069 6/17/2016
1.6.0 2,979 6/9/2016
1.5.2 3,260 5/2/2016
1.5.1 2,434 4/25/2016
1.5.0 1,964 4/19/2016
1.4.9 1,723 3/22/2016
1.4.8 1,652 3/5/2016
1.4.7 1,899 3/4/2016
1.4.6 1,866 3/3/2016
1.4.5 2,375 2/25/2016
1.4.3 2,170 2/11/2016
1.4.2 1,888 2/6/2016
1.4.1 1,860 2/5/2016
1.4.0 1,900 2/2/2016
1.3.5 1,896 1/21/2016
1.3.4 1,909 12/17/2015
1.3.3 2,405 12/9/2015
1.3.2 2,039 12/9/2015
1.3.1 2,684 12/1/2015
1.3.0 1,650 11/27/2015
1.2.0 1,544 11/27/2015
1.1.0 1,619 11/26/2015
1.0.0 1,565 11/25/2015

Fix that ensures that a zero Key property on a component props type is considered to be a valid value (and not interpreted as no-key-defined)