aspnetcore/samples/react/ReactGrid
SteveSandersonMS 39f7f1649f Add example of server and client validation for React 2015-12-15 12:47:52 +00:00
..
Controllers Add example of server and client validation for React 2015-12-15 12:47:52 +00:00
ReactApp Add example of server and client validation for React 2015-12-15 12:47:52 +00:00
Views Add example of server and client validation for React 2015-12-15 12:47:52 +00:00
wwwroot Initial state 2015-11-02 10:30:36 -08:00
.gitignore Initial state 2015-11-02 10:30:36 -08:00
README.txt Initial state 2015-11-02 10:30:36 -08:00
ReactGrid.xproj Decode Node's JSON response into arbitrary .NET type. Add VS stuff. 2015-11-05 22:05:43 +00:00
Startup.cs Use MapSpaFallbackRoute in ReactServices and demo 2015-12-09 15:17:31 +00:00
appsettings.json Initial state 2015-11-02 10:30:36 -08:00
jsconfig.json Initial state 2015-11-02 10:30:36 -08:00
package.json Add example of server and client validation for React 2015-12-15 12:47:52 +00:00
project.json Update everything to use ASP.NET 5 RC1 2015-11-24 12:06:24 +00:00
webpack.config.js Initial state 2015-11-02 10:30:36 -08:00

README.txt

Portions of this sample application (particularly, the fake data) are based
on https://github.com/DavidWells/isomorphic-react-example