React Dashboard Rozetka XML
#react.js #reactJS #javascript
The work consisted in developing an interactive panel with the possibility of filtering goods, as well as the possibility of placing certain goods in the basket in order to further transfer the selected goods to the server and to generate a xml file for Rozetka, containing the selected goods. The work used Redux, Material UI, and functional components. During the implementation of the project there were difficulties with
an extra render of components, which led to the movement of the application. This problem was solved by using cache computing (useMemo)
The work consisted in developing an interactive panel with the possibility of filtering goods, as well as the possibility of placing certain goods in the basket in order to further transfer the selected goods to the server and to generate a xml file for Rozetka, containing the selected goods. The work used Redux, Material UI, and functional components. During the implementation of the project there were difficulties with
an extra render of components, which led to the movement of the application. This problem was solved by using cache computing (useMemo)