aspnetcore/samples/react/ReactGrid
SteveSandersonMS 13beb7cf27 Add local pack script. Remove dnx451 framework references. May add back later if needed. 2016-05-02 13:13:49 -07:00
..
Controllers Update ReactGrid example to RC2 2016-05-02 13:13:48 -07:00
ReactApp Normalise trailing whitespace and line endings everywhere 2016-03-01 01:10:43 +00:00
Views Change all Microsoft.AspNet.* namespaces and references to Microsoft.AspNetCore.* 2016-05-02 13:13:49 -07:00
wwwroot Normalise trailing whitespace and line endings everywhere 2016-03-01 01:10:43 +00:00
.babelrc Update ReactGrid sample to use newer server-side rendering APIs 2016-02-10 12:13:24 -08:00
.gitignore Tweak ReactGrid's Webpack config in preparation for use of dev middleware 2016-02-02 15:19:45 +00:00
README.txt
ReactGrid.xproj Improve VS compatibility using <TypeScriptCompileBlocked> in .xproj files 2016-04-29 17:33:31 +01:00
Startup.cs Change all Microsoft.AspNet.* namespaces and references to Microsoft.AspNetCore.* 2016-05-02 13:13:49 -07:00
appsettings.json
jsconfig.json
package.json Update ReactGrid example to RC2 2016-05-02 13:13:48 -07:00
project.json Add local pack script. Remove dnx451 framework references. May add back later if needed. 2016-05-02 13:13:49 -07:00
webpack.config.js Tweak ReactGrid's Webpack config in preparation for use of dev middleware 2016-02-02 15:19:45 +00:00

README.txt

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