ibm-developer-skills-network / ejtos-react_budget_app Goto Github PK
View Code? Open in Web Editor NEWreact_budget_app
License: Apache License 2.0
react_budget_app
License: Apache License 2.0
Requesting repo owner to add node_modules to gitignore
Hello,
I copied the code block for the budget.js file. Anyways when I run the website the budget state will not be updated in the context. Therefore I changed the file to this.
import { AppContext } from '../context/AppContext';
const Budget = () => {
const { budget, dispatch } = useContext(AppContext);
const [newBudget, setNewBudget] = useState(budget);
const handleBudgetChange = (event) => {
setNewBudget(event.target.value);
dispatch({
type: 'SET_BUDGET',
payload: event.target.value
});
}
return (
<div className='alert alert-secondary'>
<span>Budget: £{budget} </span>
<input type="number" step="10" value={newBudget} onChange={handleBudgetChange}></input>
</div>
);
};
export default Budget;
Here I just added the dispatch function, because in the tutorial there is none. Please let me know if I am wrong or if this is a real issue in your repo.
Best Regards,
David
A declarative, efficient, and flexible JavaScript library for building user interfaces.
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
An Open Source Machine Learning Framework for Everyone
The Web framework for perfectionists with deadlines.
A PHP framework for web artisans
Bring data to life with SVG, Canvas and HTML. 📊📈🎉
JavaScript (JS) is a lightweight interpreted programming language with first-class functions.
Some thing interesting about web. New door for the world.
A server is a program made to process requests and deliver data to clients.
Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.
Some thing interesting about visualization, use data art
Some thing interesting about game, make everyone happy.
We are working to build community through open source technology. NB: members must have two-factor auth.
Open source projects and samples from Microsoft.
Google ❤️ Open Source for everyone.
Alibaba Open Source for everyone
Data-Driven Documents codes.
China tencent open source team.