Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: suspense support, client scoping, context-sensitive re-rendering #759

Merged
merged 2 commits into from
Jan 11, 2024

Conversation

toddbaert
Copy link
Member

@toddbaert toddbaert commented Jan 11, 2024

Adds a few react features:

  • <Suspense /> support: components using feature flags will trigger suspense for easy loaders/spinners
  • Ability to specify name for provider scope: <OpenFeatureProvider name="my-provider">
  • re-render on context change

This is an exact re-merge of: #698, without a web-sdk whitespace change that created a bunch of bad release notes.

@toddbaert toddbaert requested a review from a team as a code owner January 11, 2024 20:23
@toddbaert toddbaert changed the title Feat/suspense feat: suspense support, client scoping, context-sensitive re-rendering Jan 11, 2024
@toddbaert toddbaert force-pushed the feat/suspense branch 2 times, most recently from 69b531e to 1429cfb Compare January 11, 2024 20:30
@toddbaert toddbaert merged commit 8f01ead into main Jan 11, 2024
9 checks passed
@toddbaert toddbaert deleted the feat/suspense branch January 11, 2024 20:34
github-merge-queue bot pushed a commit that referenced this pull request Jan 11, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.0.6-experimental](react-sdk-v0.0.5-experimental...react-sdk-v0.0.6-experimental)
(2024-01-11)


### ✨ New Features

* suspense support, client scoping, context-sensitive re-rendering
([#759](#759))
([8f01ead](8f01ead))


### 🧹 Chore

* fix React SDK README.md to use the resolved value instead of the
resolution details
([#691](#691))
([2d1b8eb](2d1b8eb))
* react-sdk | downgrading react peer dependency | react 18.0.0 -&gt;
16.8.0 ([#742](#742))
([2c864e4](2c864e4))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Signed-off-by: OpenFeature Bot <[email protected]>
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.

1 participant