for making sure the features are loaded might be cool to have some wrapper component in the React SDK down the line that loads the features / suspends (when suspense for data fetching is GA)
f
future-teacher-7046
05/23/2022, 11:06 PM
The provider does do a re-render when you call setFeatures
future-teacher-7046
05/23/2022, 11:07 PM
But yes, there will be a flash if you have a static page. I like the idea of a suspense wrapper. Shouldn't be too hard to do either.
i
important-electrician-17322
05/23/2022, 11:14 PM
sweet just wanted to make sure I was understanding correctly thanks!