https: wwwtest.kaikeba.com = > corresponding to react item 1 https: wwwtest.kaikeba.com m... = > corresponding to react item 2, the market word is equivalent to a forwarding. has not been able to access item 2 all the time. Is it necessary to conf...
reducers: { save(state) { return { ...state }; }, test(state, { payload }) { return { ...state, count: payload.count }; }, setLIst(state, { payload }) { return { ...state }; }, }, effects: { async getL...
problem description < H2 > vue background pass value < H2 > vue react react -how sharp-sharp-sharp converts the form of react to the form of vue ...
problem description I have an array that is displayed on the page through map. When I click on one of the pictures, the corresponding gray picture changes to blue the environmental background of the problems and what methods you have tried < H2 > C...
how to optimize the performance of react on ie. My project is very smooth on Google, but it is very stuck on ie. There are obvious stutters in switching between tab pages and route. ...
an item of react, the function of deleting a photo. After clicking to delete a photo, you need to update the component and get the value of the list again. The two function body requests carry different id, and the request is an asynchronous function. I...
Code problem description the environmental background of the problems and what methods you have tried related codes Please paste the code text below (do not replace the code with pictures) what result do you expect? What is the error me...
when looking at the official documents, I noticed that there is a global layouts index.js file, which is used to define the global layout and style. the idea now is whether there can be a single page, such as a 404 page, which is separate from the layou...
the general trend of react hook has come. Because dva is dependent on redux, and the redux community is already discussing how to follow up on react hook, see the discussion of issue . How does dva plan to deal with it? ...
routing problems when building applications using umi.js+dva.js when building a project containing dva.js according to umi.js s documentation, a route file automatically generated by a convention route will also generate a route entry from the dva.j...
use frames umi+dva+antd question after sending a action using server sorting. The order order of the first sort is descend , and then it has been descend no matter how much you click to switch . troubleshooting process looked at the sour...
index.html style takes effect unexpectedly in Android version 4.4.2, everything else is invalid expected effect only the internal style of < link rel= "stylesheet " href= "index.css " > takes effect index.css: html, body,: global (- sharpr...
problem description suppose there are two operations, one is to refresh the list and the other is to delete data. I hope that after successfully deleting the data, I will be able to trigger the refresh of the list. the environmental background of th...
use a method in another module in dva module yield put({ type: school fetchAllClass }); can you get the returned results on Synchronize ...
I need to introduce the plug-in "monaco-editor-webpack-plugin " here, because there is no webpack.config.js, I added in .uplohogrc.js, but it doesn t seem to work. const MonacoWebpackPlugin = require( monaco-editor-webpack-plugin ) module.exports ...
to solve The component appears to have a render method, but doesn t extend React.Component. dva issues 1717 add to index.js https: github.com umijs umi ., not knowing how to update using npm install babel@7.0.0-beta.48 or 53 prompts that th...
for dva, I can only use it at present, but I don t quite understand many key words, such as the word dispatch. I don t know where it comes from. I only know that it is a method to print it out with console.log. ...
redux-persist can be used with redux, so how can redux-persist be used with dva. ...
The requirement is to check the login status through code (not http status code, but custom) returned from the backend in request.js . The following two ways have been tried. Although you can jump to the list page after login, the history.listen () ...
I dispatch an effects request in the component, store the asynchronous data in state, and then get the data through this.props.xxx.xxx in the render in the component (it seems to be triggered several times, there is no data in the previous times, and the...