DEV Community

Discussion on: Using LaunchDarkly's Feature Flags with React to Display Real Time Information

Collapse
 
thatzacdavis profile image
Zachary Davis

I can't believe you have to manually enable it for client-side usage. Thank you so much!

Collapse
 
levlaz profile image
Lev Lazinskiy

Hey Zachary, just FYI you can change this in the project setting to make flags available to the client-side by default.

In practice, we see that most users have significantly more backend flags than frontend flags. The main benefit of not sending these to the frontend are it lowers the payload size which makes everything faster.