Top "React-state-management" questions

How to pass state back to parent in React?

I have a form that has a submit button. That form calls a function onclick that sets the state of …

javascript reactjs react-state-management
using Material-ui checkboxes with the reactjs and redux

I want to display the selected checkbox items, for which I'm using material-ui checkbox. Right now I'm only able to …

reactjs checkbox material-ui react-state-management
Managing user's global state on next.js application

I am coming from the world of SPA's and REST/GraphQl API's. Now I am building personal project with Next.…

node.js next.js server-side-rendering react-state-management global-state
Setting the defultValue of TextField component of Material UI in React

I am developing a React JS application. What I am doing now is I am fetching data asynchronously from the …

reactjs material-ui react-state-management
What's the best way to get textbox values on button click in React?

Normally in HTML you do something like this: <form> <input type="text"/> <input type="text"/&…

javascript reactjs react-native react-state-management react-state
Passing setState to child component using React hooks

I'm curious if passing setState as a prop to a child (dumb component) is violating any "best practices" or will …

javascript reactjs react-hooks react-component react-state-management
Refresh React Component after changing data from modal dialog box

I am building a small web application to learn React and exposed to an issue now. My task is to …

javascript reactjs react-router react-props react-state-management