Skip to content

Conversation

@Friss
Copy link
Contributor

@Friss Friss commented Jan 20, 2026

When using the React client (or really any FE only client) the config fetch doesn't happen until you can load, parse and execute your FE bundle.

This creates a large waterfall for the reforge config, when it is basically a static API call that could be made as the app is fetching and parsing the app.

In our production app this could speed up this api call by 500+ms which would mean it would already be ready to go (as the request itself takes <100ms) so by the time we would usually request the data we could instantly be initialized with the config.

Copy link
Contributor

@ayip8 ayip8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks reasonable to me for your described use case

@jdwyah jdwyah enabled auto-merge (squash) January 21, 2026 16:11
@jdwyah jdwyah merged commit 05c942a into ReforgeHQ:main Jan 21, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants