Some cool stuff around ASP.NET Core 2.0 and ReactJS

Looking for a good reference for ReactJS and ASP .NET MVC sample project, preferably with Authn and Authz as well?

:-) Good question, right?

First step, try the new template with asp.net. Core 2 under vs 2017.

And then, follow the following great series on Code Project from Alex Brambila (really good stuff):

 How to Implement CRUD forms with React and ASP.NET Core How to Implement CRUD Forms with React and ASP.NET Core - Part 2 How to Implement CRUD forms with React and ASP.Net Core - Part 3

Hope that helps

Comments

  • Anonymous
    January 24, 2018
    Was this the first post in a series?I didn't see any Authn and Authz stuff in the suggested template or in the 3 linked posts.But I'm very interested in a sample (or especially a template) that has that plumbing setupThanks!
    • Anonymous
      February 06, 2018
      Hi Kevin, usually I just share some posts around stuff that I encounter in my day to day interactions with other developers.My main focus were was on this possible interaction between React and ASP.NET Core, and not so much on the other part of the question that someone has posed me:Looking for a good reference for ReactJS and ASP .NET MVC sample project, preferably with Authn and Authz as well?But, just sit down and wait, i will try to create a new post regarding the other part of the question (AUTHN and AUTHZ) that came out in our discussion in the next couple of days. That's a promise.