ASP.NET React

ASP.NET Core + React – Rewrite my resume page into Facebook Framework

In this post I will show steps to rewrite my resume page (resume.lukaszsadlocha.pl). It was created some time ago in asp.net core + cshtml razor views but now it is time for change its Front-end to React. I will take the page, move it to one huge React component and then split its part to separated component to show how it can be done. As a first Step I created new asp.net core with react…

Continue reading