Skip to content

Allow prerendering components#53

Merged
DavidVollmers merged 4 commits into
masterfrom
features/prerender-cycle
Apr 12, 2024
Merged

Allow prerendering components#53
DavidVollmers merged 4 commits into
masterfrom
features/prerender-cycle

Conversation

@DavidVollmers

Copy link
Copy Markdown
Owner

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

@DavidVollmers DavidVollmers linked an issue Apr 12, 2024 that may be closed by this pull request
@codecov

codecov Bot commented Apr 12, 2024

Copy link
Copy Markdown

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 ⚠️
Additional details and impacted files
@@            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              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@DavidVollmers DavidVollmers merged commit 64b737c into master Apr 12, 2024
@DavidVollmers DavidVollmers deleted the features/prerender-cycle branch April 12, 2024 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow Ignis components to handle server prerender cycle

1 participant