I'm using UmiJs for my configurations and I want to add Routes that I fetch from an API.
My problem is that the data are too many, being used on other parts of the app and has possible changes in the future. So for me to avoid updating the Menu data…
My website is showing messy components until DomContentLoaded.
I would like to show a loading-spinner or hide the content until page is loaded.
I'm using React SSR with UmiJS3.
Hi most of the react developers would find dvaJS and umiJS, heaven for state management and application development. Dva is elm based state management tool that use react-redux for state management.
Q: How to access DVA Store in UMI application,…
I realized that, by default, the umi project does not have manifest.json. I added the file to the public folder manually. Then, after compiling the application through the umi build command, my custom file is merged with thedist folder.
But is there…
hello dear developers,
i'm using ant design app template as frontent and a graphql api serving as backend, i have reached a situation where i would like to fetch list of posts, everything is working fine on the backend, the API returns the posts…
Just started learning React js and then I found this enterprise-level react application framework called Umi. Since I am just a beginner with Node js too, I am having a hard time understanding what really happened after I typed 'umi dev' in the…