Commit Graph

  • c668387dac Add data-loading example to ReactSpa template, and remove server-side rendering (because you really need Redux/Flux or similar for that to make sense) SteveSandersonMS 2016-02-24 18:32:31 +00:00
  • a6ea8b5101 Change ReactSpa template to something more like a dashboard with sidebar navigation SteveSandersonMS 2016-02-24 14:41:29 +00:00
  • eac76683cc Enable server-side rendering for ReactSpa template SteveSandersonMS 2016-02-24 11:02:21 +00:00
  • f0b0160419 Add Webpack dev middleware and React hot module replacement to ReactSpa template SteveSandersonMS 2016-02-24 10:47:45 +00:00
  • de488987c1 Add Angular2Spa template SteveSandersonMS 2016-02-23 23:13:20 +00:00
  • a55394638f Add ReactSpa template SteveSandersonMS 2016-02-23 15:04:58 +00:00
  • 0c5eabc022 Switch to Webpack SteveSandersonMS 2016-02-23 13:48:07 +00:00
  • 30cb9d3fa3 Stock WebApplicationBasic output from "yo aspnet" SteveSandersonMS 2016-02-12 17:16:02 -08:00
  • 9dab5ae5ff Change project.json to let CI manage build quality Pranav K 2016-02-12 15:07:23 -08:00
  • 8a412a5af3 Implement simple Webpack setup SteveSandersonMS 2016-02-11 14:49:24 -08:00
  • 778e6402d5 Roughly empty starting point for Webpack demo SteveSandersonMS 2016-02-11 12:12:02 -08:00
  • 9b245c032b Use build versions in project.json Pranav K 2016-02-12 10:30:36 -08:00
  • 94d05de88c Add missing dependency SteveSandersonMS 2016-02-10 15:38:57 -08:00
  • 67aa76c826 Fix another build issue SteveSandersonMS 2016-02-10 13:59:27 -08:00
  • 0c3b8274f1 Normalise line endings SteveSandersonMS 2016-02-10 13:46:17 -08:00
  • ac23afc723 Fix some build issues SteveSandersonMS 2016-02-10 13:30:16 -08:00
  • 71cb3abc13 Update ReactGrid sample to use newer server-side rendering APIs SteveSandersonMS 2016-02-10 12:13:24 -08:00
  • 558aa31542 Fix compiler warning SteveSandersonMS 2016-02-10 09:25:39 -08:00
  • a84688d65c Ensure data is only loaded if not already loaded (needed to keep client/server state consistent) SteveSandersonMS 2016-02-09 23:06:30 -08:00
  • 3a567823e8 Extract CSS into a separate file so it can be loaded independently of JS execution SteveSandersonMS 2016-02-09 22:03:01 -08:00
  • 2e9a43d1dc WebpackDevMiddleware should run in a separate Node instance that doesn't restart when files change (otherwise there's no point in running it at all) SteveSandersonMS 2016-02-09 17:26:04 -08:00
  • 6c903f33ae Move React server-side rendering into more general SpaServices package SteveSandersonMS 2016-02-09 16:42:42 -08:00
  • b35ac19485 Reference external redux-typed package SteveSandersonMS 2016-02-09 11:20:47 -08:00
  • b8224d2bef Move TypedRedux out into a new NPM package called 'redux-typed' SteveSandersonMS 2016-02-09 11:17:41 -08:00
  • 047d14a6cd Merge domain-task repo into this one SteveSandersonMS 2016-02-09 10:39:48 -08:00
  • 32349fa85b Rename domain-tasks to domain-task SteveSandersonMS 2016-02-08 18:20:23 -08:00
  • 4312d6e28c Temporary fake .d.ts for domain-tasks until moved to definitelytyped SteveSandersonMS 2016-02-08 18:15:20 -08:00
  • ad55e9c94d Use external domain-tasks NPM module SteveSandersonMS 2016-02-08 17:57:58 -08:00
  • e419ec43fc Make render-server able to load TS/ES2015 without precompilation SteveSandersonMS 2016-02-08 11:28:51 -08:00
  • 1fc3426278 render-server.js shouldn't depend on React/Redux-specific concepts SteveSandersonMS 2016-02-08 10:08:35 -08:00
  • 05905a42ab Move framework stuff into 'fx' folder SteveSandersonMS 2016-02-07 22:18:27 -08:00
  • 59b28ae5ee Don't hide errors SteveSandersonMS 2016-02-07 22:13:44 -08:00
  • 9c16c7da3d Beginning server-side rendering support SteveSandersonMS 2016-02-07 21:41:00 -08:00
  • 5811c98230 Beginning React+Redux "Music Store" sample SteveSandersonMS 2016-02-05 23:28:13 +00:00
  • 35e620ae48 Add ASP.NET Core build system SteveSandersonMS 2016-02-02 16:22:32 +00:00
  • e59e2e0328 Only use Webpack Dev Middleware in dev mode SteveSandersonMS 2016-02-02 15:34:34 +00:00
  • 8ef9ab31a7 Enable Webpack dev middleware and React hot module replacement SteveSandersonMS 2016-02-02 15:26:15 +00:00
  • 003918721d Tweak ReactGrid's Webpack config in preparation for use of dev middleware SteveSandersonMS 2016-02-02 15:19:45 +00:00
  • 225dfdd168 #31 Ugrade to Babel 6 and update the ReactGrid sample Charalampos Karypidis 2016-01-17 23:42:05 +01:00
  • 73e218de4e Add strong naming and fix DB path on IIS Express SteveSandersonMS 2016-02-02 15:10:15 +00:00
  • 2218212c92 Require exactly the same version of rxjs as current Angular 2 beta SteveSandersonMS 2016-01-26 15:25:55 +00:00
  • 44fd9dd6ab Publish update angular2-aspnet NPM module so it takes dependency on correct version of Angular SteveSandersonMS 2016-01-26 15:21:50 +00:00
  • 47c956cc4d Move packages under top-level 'src' folder SteveSandersonMS 2016-01-26 15:06:36 +00:00
  • 5e5b12dc54 Remove explicit imports for NgIf/NgFor/NgClass, as that's no longer needed SteveSandersonMS 2016-01-26 11:20:57 +00:00
  • ea4c668a63 Make the edit form and delete dialog work again SteveSandersonMS 2016-01-26 11:17:01 +00:00
  • 381b7b884e Update to Angular 2 Beta 1. New bug: no longer waits for server-side HTTP requests to complete - waiting for info to resolve this. SteveSandersonMS 2016-01-25 15:13:30 +00:00
  • f44b84f2ab Bump SpaServices version to alpha7-1 to avoid conflict on NuGet SteveSandersonMS 2016-01-07 11:51:55 +00:00
  • 79c39d0f6c change Range Attribute typeof double to decimal to match Price type Elrashid 2015-12-25 02:19:12 +04:00
  • 269b31469c Slight simplification SteveSandersonMS 2015-12-15 15:15:16 +00:00
  • 39f7f1649f Add example of server and client validation for React SteveSandersonMS 2015-12-15 12:47:52 +00:00
  • ef7e136f6e Remove unnecessary (and currently non-existent) namespace SteveSandersonMS 2015-12-14 14:39:47 +00:00
  • 75b959d459 Merge pull request #23 from henkmollema/projectjson Steve Sanderson 2015-12-14 13:58:14 +00:00
  • 2e0aed8138 Slight simplification to MusicStore build process SteveSandersonMS 2015-12-14 13:57:57 +00:00
  • c56282a452 More changes Henk Mollema 2015-12-14 14:54:32 +01:00
  • d946c4b5b8 Address PR feedback Henk Mollema 2015-12-14 14:51:41 +01:00
  • 80575a092e Don't ignore synchronous errors when calling Node SteveSandersonMS 2015-12-14 13:16:39 +00:00
  • 918d8d422a Merge pull request #22 from gregbty/master Steve Sanderson 2015-12-14 12:50:00 +00:00
  • e9ba74761d Fixes SteveSandersonMS 2015-12-14 12:43:56 +00:00
  • 8a148d8535 Move from ValidationErrorResult to HttpBadRequest, and support object-level errors too SteveSandersonMS 2015-12-14 12:02:41 +00:00
  • bba388944d Extremely minor improvement to sample SteveSandersonMS 2015-12-11 19:06:30 +00:00
  • a83e4d85e4 Show example of using traditional MVC controller+action routing alongside client-side routes SteveSandersonMS 2015-12-11 16:36:18 +00:00
  • 8a0cbe789e Use cache priming in Music Store sample SteveSandersonMS 2015-12-10 20:30:02 +00:00
  • 7924a6527a Implement cache priming prototype SteveSandersonMS 2015-12-10 20:27:15 +00:00
  • 5c1f362c84 Target dotnet TFM's for class libraries Henk Mollema 2015-12-10 16:38:29 +01:00
  • 5ff3e9a051 Use proper filename extension SteveSandersonMS 2015-12-10 15:02:51 +00:00
  • c95b06d264 Add some notes SteveSandersonMS 2015-12-10 14:56:15 +00:00
  • bf6548de96 Use angular2-aspnet in Angular 2 Music Store sample SteveSandersonMS 2015-12-10 14:24:38 +00:00
  • 30281636d6 Beginning angular2-aspnet NPM package SteveSandersonMS 2015-12-10 14:10:21 +00:00
  • cda1663d1e Add missing imports Greg Beaty 2015-12-10 01:52:01 -05:00
  • f6bb28a71d Add handling of error response from node process Greg Beaty 2015-12-09 16:40:04 -05:00
  • 1e446b6797 Add exception stack to error response if available Greg Beaty 2015-12-09 16:36:30 -05:00
  • bc359a3a4b Replace express with native node calls Greg Beaty 2015-12-09 16:18:00 -05:00
  • 2261c9964e Preparing to move the ASP.NET MVC validation result client-side code into a separate NPM module SteveSandersonMS 2015-12-09 18:25:09 +00:00
  • 906a17ea3c Define ValidationErrorResult in SpaServices; use it in MusicStore SteveSandersonMS 2015-12-09 17:30:35 +00:00
  • 78efc77be4 Use MapSpaFallbackRoute in ReactServices and demo SteveSandersonMS 2015-12-09 15:17:31 +00:00
  • d4f04d211f Create a new shared package, Microsoft.AspNet.SpaServices, to hold MapSpaFallbackRoute (and other common infrastructure yet to be added) SteveSandersonMS 2015-12-09 15:13:56 +00:00
  • 4a5b9e62ef Add MapSpaFallbackRoute helper. Will move into separate package shortly. SteveSandersonMS 2015-12-09 14:53:43 +00:00
  • ad04dd1750 Work around CoreCLR issue SteveSandersonMS 2015-11-26 11:47:12 +00:00
  • 6f840b60ca Improvements to form UI SteveSandersonMS 2015-11-26 10:57:08 +00:00
  • 74bae91c3a Rough but working example of displaying server-side validation errors. Needs cleaner patterns/APIs. SteveSandersonMS 2015-11-25 19:15:38 +00:00
  • 7ac0727813 Towards working forms SteveSandersonMS 2015-11-25 17:44:32 +00:00
  • dbc17acc62 Update README.md SteveSandersonMS 2015-11-24 14:33:22 +00:00
  • 4ba80c3210 Fix styling in React example SteveSandersonMS 2015-11-24 14:20:14 +00:00
  • d4692b0c4b Update README.md SteveSandersonMS 2015-11-24 12:48:52 +00:00
  • 83c9f2136d Update everything to use ASP.NET 5 RC1 SteveSandersonMS 2015-11-24 12:06:24 +00:00
  • efe51c0c95 Update README.md SteveSandersonMS 2015-11-17 13:56:34 +00:00
  • 72f7bdba61 Update README.md SteveSandersonMS 2015-11-17 13:37:20 +00:00
  • 3c97a50a79 Update README.md SteveSandersonMS 2015-11-17 13:32:13 +00:00
  • b1a7ac1f50 Update README.md SteveSandersonMS 2015-11-17 13:08:56 +00:00
  • 1d817e072c Add global.json so packages can be consumed as source SteveSandersonMS 2015-11-17 11:29:59 +00:00
  • bf910eb76e Bump all versions to -alpha7 SteveSandersonMS 2015-11-17 11:16:52 +00:00
  • 1a746fec5e Merge branch 'rjperes-master' SteveSandersonMS 2015-11-17 11:11:32 +00:00
  • 740b1a305b Taking some changes from pull/1 SteveSandersonMS 2015-11-17 11:11:16 +00:00
  • 717fb37034 Rename packages. Bump versions to -alpha6 SteveSandersonMS 2015-11-05 14:23:11 -08:00
  • 54aad643c8 Decode Node's JSON response into arbitrary .NET type. Add VS stuff. SteveSandersonMS 2015-11-05 22:05:43 +00:00
  • 52953c5fe9 Fix working directory (e.g., for when running under IIS Express) SteveSandersonMS 2015-11-05 12:25:29 -08:00
  • 46dc743177 Fix various path issues SteveSandersonMS 2015-11-05 11:46:10 -08:00
  • a4c4e20d4e Restored Killed console message Added Started console message Captured possible exception from node process Ricardo Peres 2015-11-05 10:41:24 -08:00
  • b5fb560c54 Require lodash (works around NPM dependency issue on Windows) SteveSandersonMS 2015-11-05 10:22:39 -08:00
  • 3e7dfa617a Update version of base package to -alpha4 SteveSandersonMS 2015-11-05 09:17:46 -08:00