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

implement <Flag /> #25

Open
Kelbie opened this issue Feb 20, 2020 · 1 comment
Open

implement <Flag /> #25

Kelbie opened this issue Feb 20, 2020 · 1 comment

Comments

@Kelbie
Copy link
Owner

Kelbie commented Feb 20, 2020

I need something to easily manage users state

Only allows a user with email [email protected] see the {children}

<Flag  
    email="[email protected]"
>{children}</Flag>

Only allows an authenticated user to see the {children}

<Flag  
    isAuthenticated
>{children}</Flag>

Only allows users in the admin group to see the {children}

<Flag  
    group={["admin"]}
>{children}</Flag>

All these conditions should be composable

@Kelbie
Copy link
Owner Author

Kelbie commented Feb 20, 2020

useFlag hook may also be useful

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

No branches or pull requests

1 participant