NickMaev / react-core-boilerplate

Powerful ASP.NET Core 3 templates with React, true server-side rendering and Docker support
MIT License
218 stars 61 forks source link

ASP.NET Core 3.0 #10

Closed ximxim closed 4 years ago

ximxim commented 5 years ago

Awesome repo. Learned a lot from your code. Any chance you would be updating this repo to use ASP Core 3? I wonder what would change.

NickMaev commented 5 years ago

Hi @ximxim Yes, I will do it. It will be also good to update the Bootstrap to 4.x, won't it?

yumoraby commented 5 years ago

@NickMaev new to React, would this project work with Identity scaffold item?

NickMaev commented 5 years ago

@yumoraby AFAIK it doesn't work with frameworks such as React, Angular

yumoraby commented 5 years ago

@yumoraby AFAIK it doesn't work with frameworks such as React, Angular

Thanks looks like they are including it .net core 3 https://docs.microsoft.com/en-us/aspnet/core/security/authentication/identity-api-authorization?view=aspnetcore-3.0

NickMaev commented 5 years ago

@yumoraby AFAIK it doesn't work with frameworks such as React, Angular

Thanks looks like they are including it .net core 3 https://docs.microsoft.com/en-us/aspnet/core/security/authentication/identity-api-authorization?view=aspnetcore-3.0

There's no mention of any scaffolding in SPA 😔

cedrox commented 4 years ago

Hello @NickMaev, Thanks for the great work and for the share.

JordanBrobyn commented 4 years ago

Any progress towards moving to 3.0 or 3.1 here?

NickMaev commented 4 years ago

Any progress towards moving to 3.0 or 3.1 here?

Working on it. Stay tuned!

JordanBrobyn commented 4 years ago

Any progress towards moving to 3.0 or 3.1 here?

Working on it. Stay tuned!

Much appreciated, I ended up upgrading myself but boy did I find a bunch of bugs moving from 2.2 Entity framework to 3.1 in my variation of your template. Not fun. Excited to see what you put together.

Thanks for your work.

NickMaev commented 4 years ago

Any progress towards moving to 3.0 or 3.1 here?

Working on it. Stay tuned!

Much appreciated, I ended up upgrading myself but boy did I find a bunch of bugs moving from 2.2 Entity framework to 3.1 in my variation of your template. Not fun. Excited to see what you put together.

Thanks for your work.

Are you sure? My template doesn't contain any code with Entity Framework.

JordanBrobyn commented 4 years ago

Any progress towards moving to 3.0 or 3.1 here?

Working on it. Stay tuned!

Much appreciated, I ended up upgrading myself but boy did I find a bunch of bugs moving from 2.2 Entity framework to 3.1 in my variation of your template. Not fun. Excited to see what you put together. Thanks for your work.

Are you sure? My template doesn't contain any code with Entity Framework.

Yes sorry, I built off of your project and included a few other things like Entity framework. Some issues I had while upgrading were changing the routing to use Spa still and having the page, route properly, when not landing on home. A few features were depricated from 2.2 to 3.1 which were in use from the original template. The rest of the issues were around Entity Framework migrations, my doing however :p.

NickMaev commented 4 years ago

Hello everyone! Happy New Year! I've ported RCB to net.core 3.1 and Bootstrap 4. Many improvements and awesome professional tools for boosting your development were also included. I need to make the JavaScript version and some tests for production mode. VSIX package will be separated into Typescript and JavaScript versions. Stay tuned!

fcustodiosilva commented 4 years ago

Hello,

Any news about the implementation?

Thanks for your work.

NickMaev commented 4 years ago

@fcustodiosilva

I've been very busy these weeks. Still trying to find time for it.

RCB will be published this month, I think.

Thanks for waiting!

NickMaev commented 4 years ago

React Core Boilerplate was updated to .NET Core 3.1