Building a Web App in React and ASP.NET Core – Part 2

In part one of this React series we built a client-side tube status mobile web app. In this part we’ll examine server-side rendering to generate some HTML. Motivations Our previous app was entirely written in JavaScript and this meant that nothing was dis…

Similar