You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the challenge is that both file transformation and the metadata for each file needs to be cached. This has been challenging with most bundlers, but there should be some APIs to do so.
I noticed that when I restart my app none of the styles have been loaded/generated. Every time I restart the app I see the whole app unstyled.
I was talking with @nmn and he said that stylex relies heavily on caching. To me it seems like there is something that could be improved here.
Here is me restarting the dev server and all the styles getting blown away
CleanShot.2024-06-19.at.11.01.29.mp4
Here is an example of styles flashing on refresh
CleanShot.2024-06-19.at.11.02.08.mp4
The text was updated successfully, but these errors were encountered: