aspnetcore/samples/react/ReactGrid
SteveSandersonMS 5743d312c2 Improve VS compatibility using <TypeScriptCompileBlocked> in .xproj files 2016-04-29 17:33:31 +01:00
..
Controllers Normalise trailing whitespace and line endings everywhere 2016-03-01 01:10:43 +00:00
ReactApp Normalise trailing whitespace and line endings everywhere 2016-03-01 01:10:43 +00:00
Views Normalise trailing whitespace and line endings everywhere 2016-03-01 01:10:43 +00: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 Initial state 2015-11-02 10:30:36 -08:00
ReactGrid.xproj Improve VS compatibility using <TypeScriptCompileBlocked> in .xproj files 2016-04-29 17:33:31 +01:00
Startup.cs Normalise trailing whitespace and line endings everywhere 2016-03-01 01:10:43 +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 Update React samples to use prerender-via-Webpack-loader 2016-03-01 00:56:31 +00:00
project.json Clean up versions of referenced packages 2016-04-14 15:14:26 +01: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