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
{{ message }}
This repository has been archived by the owner on May 4, 2022. It is now read-only.
Naively setting not-appropriate-for-production defaults creates opportunities for applications using the framework to overlook the need to override those not-appropriate-for-production-defaults and ship something to production configured to use goofy stub data. (This has actually happened in MyUW.)
This is not to say that this cannot be navigated carefully and thoughtfully, to both provide good kick-the-tires experiences and good developing-using-the-framework-for-real experiences. It is to say there are potholes and trip hazards in neighborhood of this feature.
One reasonable thing to do is
npm run static:dev
Do this, and you get chastised about not having permission to see stuff or something.
Replace with positive, friendly, welcoming initial render experience.
The text was updated successfully, but these errors were encountered: