You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The store will hold variables that are intended to be accessible throughout the app. Users will be able to retrieve and modify these variables from anywhere within the app.
createStore
The createStore() function takes an object and stores it in a private variable within the store. The function should throw an error if invoked for the second time.
The text was updated successfully, but these errors were encountered:
Hi @lindelwa122 I have got a fair enough idea and approach to proceed after going through the update state function I would like to work on create store function after my previous PR... will update you soon
store.createStore
store
The store will hold variables that are intended to be accessible throughout the app. Users will be able to retrieve and modify these variables from anywhere within the app.
createStore
The
createStore()
function takes an object and stores it in a private variable within the store. The function should throw an error if invoked for the second time.The text was updated successfully, but these errors were encountered: