In this part we will use the API that we created in the previous tutorials and the generated client code to communicate to our API. https://www.youtube.com/watch?v=0KeGqzk5hpY&feature=youtu.be https://www.youtube.com/watch?v=NzVfWKL5jf8 Now we will create our user interface for Create invoice. We have a date input on it, so we will need a date picker and I decided to … Continue reading ASP.NET Core 3.1 Clean Architecture – Invoice Management App (Part 7 React – Create And List Invoice)
Category: React
Drag and Drop Image uploader using React, Dropzone and Cloudinary
In this article I will show you how to use React and dropzone to upload images in the server such as Cloudinary.
ASP.NET Core 3.1 Clean Architecture – Invoice Management App (Part 6 React – How To Convert ReactJs To Typescript)
Honestly, I might feel uncomfortable using javascript in a react app. These past few years, I always used typescript whenever I worked on a front-end application. This is the major reason, why I want to convert the ClientApp to a typescript.
ASP.NET Core 3.1 Clean Architecture – Invoice Management App (Part 1)
If you are not familiar with clean architecture, following along this article will help you understand it. I will try create my own implementation of clean architecture based on Jason Taylor's clean architecture.
ASP.NET Core 3.1 with React: User Authentication and Registration
In this article, I will show you an easy way to create an application with user authentication, registration and management using ASP.NET Core 3.1 Web Api as backend and React as a frontend framework.