DavidVollmers / Ignis

The Blazor framework for building modern web applications.
https://ignis.dvolper.dev
MIT License
150 stars 8 forks source link

Allow prerendering components #53

Closed DavidVollmers closed 5 months ago

DavidVollmers commented 5 months ago

Introduce the PrerenderAttribute to allow prerendering components before the component lifecycle happens.

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 83.33333% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 42.18%. Comparing base (faf98e0) to head (a177f8f).

Files Patch % Lines
packages/Ignis.Components/IgnisComponentBase.cs 83.33% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #53 +/- ## ========================================== + Coverage 42.06% 42.18% +0.12% ========================================== Files 82 82 Lines 2299 2304 +5 Branches 445 446 +1 ========================================== + Hits 967 972 +5 Misses 1196 1196 Partials 136 136 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.