aspnet / Templating

[Archived] ASP.NET Core templates for .NET CLI and Visual Studio. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
205 stars 79 forks source link

Move SPA templates to latest client framework versions #573

Closed ryanbrandenburg closed 6 years ago

ryanbrandenburg commented 6 years ago

Lets update our SPA templates to use the latest frameworks, and their accompanying best practices.

ryanbrandenburg commented 6 years ago

I've included my rough estimates above based on some initial research (patch notes for breaking changes mostly). @SteveSandersonMS would probably know best if I guessed wrong or have missed any big ticket items.

ryanbrandenburg commented 6 years ago

The Angular work is represented here.

ryanbrandenburg commented 6 years ago

As per this conversation We've decided that we should not yet move to Node10 because it's not stable. That's a build-time dependency anyway.

ryanbrandenburg commented 6 years ago

We are already using "react.redux" 5.x, which as far as I can tell is usually paired with redux 3.x (4.x is only 3 months old).

ryanbrandenburg commented 6 years ago

All the items listed here are done. Any further items we discover we'll re-open or put in a different issue.