Skip to content

Tag: react-redux

updating state with new state in redux

i want to make a request to my php page to retrieve data until the page is loaded. i made this request with axios’ this request is successful “. i want to change state in store “the state tank is successful but the change is no”. I found an error: TypeError: Cannot read property &#8216…

get data from dropdown for dynamic call api

So I use redux-hooks for state management, so in my application there is a dropdown, the value will be used to call api dynamically, in the action creator I made it like this but i got this error how to get the value from the dropdown so that it can be entered into the action creator? is it possible? sorry

React map how to remove empty elements?

I have objects, some of these objects have different properties when the map renders empty elements for me https://ibb.co/BGnB0xL How can I remove these empty elements? maybe you need to use filter or something else? JavaScript_Lessons_Objects.js Lesson.jsx I think the problem is clear when I added to the hea…

items not being displayed on table

I’ve been trying to create this search app where I can display the items in a table and delete items using react redux. However, on the initial load, the app shows a table but there is no data in the table. It’s an empty table. If i search for another movie name which have more than one movie for …