This is the fourth article in a 10 article series: Blazor vs Flutter.
- Blazor vs Flutter - Part 1 (Overview)
- Blazor vs Flutter - Part 2 (Project Setup)
- Blazor vs Flutter - Part 3 (Package Installation)
- Blazor vs Flutter - Part 4 (Components & Pages) (You are here)
- Blazor vs Flutter - Part 5 (State Management)
- Blazor vs Flutter - Part 6 (Navigation)
- Blazor vs Flutter - Part 7 (API Requests)
- Blazor vs Flutter - Part 8 (Authentication)
- Blazor vs Flutter - Part 9 (Deployment)
- Blazor vs Flutter - Part 10 (Multi-Platform)
In the previous article we installed some required packages, so now we can start adding functionality. First, we'll create a component, and then we'll add that component to a page which will be used to display weather information in part 7