This post is part of a series of post about AppText, a Content Management System for applications. Earlier posts: Easy ASP.NET Core localization with AppText Dynamic localization of JavaScript apps with AppText In the previous post we translated labels and
Dynamic localization of JavaScript apps with AppText and i18next
The case for dynamic localization Ever built an application with a User Interface in multiple languages? Then you’ve probably experienced the situation where you, as developer, instantly had to fix some translations or add a new language. Often, these requests
Lean ASP NET Core 2.1 – React forms, validation and Web API integration
This post is part of a multi-post series: Lean ASP.NET Core 2.1 – manually setup a Razor Pages project with Bootstrap, NPM and webpack Lean ASP.NET Core 2.1 – add a React application to an existing Razor Pages application Lean
Lean ASP.NET Core 2.1 – add a React application to an existing Razor Pages application
This post is part of a multi-post series: Lean ASP.NET Core 2.1 – manually setup a Razor Pages project with Bootstrap, NPM and webpack Lean ASP.NET Core 2.1 – add a React application to an existing Razor Pages application (this
Develop ReactJS + ASP.NET Web API apps in Visual Studio 2015
Update 2015-12-11 At about the same time this post was originally written, Mads Kristensen released the WebPack Task Runner extension. This post has been modified to reflect the new situation. tl;dr Developing ReactJS apps with an ASP.NET Web API back-end