React Redux Tutorials - 17 - Store

preview_player
Показать описание

📱 Follow Codevolution

Store in React Redux
Рекомендации по теме
Комментарии
Автор

@Codevolution this series needs updating, createStore is deprecated as of 25.10.2022 as I'm studying this.

apina
Автор

Hi Codeevolution ( viswas & team ) - I like your videos and also subscribed - But a kind request - please try to answer or respond to users comments in all your videos - I find many important & relevant questions - which is left unanswered by you and your team - Atleast try to respond to some imp comments - it gives the subscribers some hope and doesn't leave us in the dry & awaiting state.
Sincerely - your student & subscriber

Rajasekhar-ibsi
Автор

bro createStore is not showing in redux

vinodreddy
Автор

Recently found the channel. Great way of explaining/breaking down tough concepts into small chunks. Keep at it!

jean-lvbl
Автор

I am facing this problem in this video implementation.

Attempted import error: 'store' is not exported from './Redux/store'.

numanmazhar-
Автор

While importing createStore it comes with line

SRIRAMRAMRAM
Автор

Thank you for the lesson! Could you provide source code for this lesson? There are not on the github for this lesson

alexanonym
Автор

I am getting an empty object if I log the state. the state which is a parameter of the mapStateToProps is an empty object. How can I fix this ??

naimenaime
Автор

When i tried to implement Provider on top of the Cakecontainer component or on top of App component inside index.js. In the UI i got nothing to display, the text & button goes missing and in the console i got 2 error of invalid hook call. 1 error of Uncaught TypeError like can not read properties of null and 1 error like
Error occurred in <Provider> component: consider adding an error boundary to your tree to customize error handling behaviour

How to fix this. Please anyone help.

amarendrababu
Автор

Why you're not monetizing this on Udem or some place like that... I don't know, but hats off to you....

moderncloth
Автор

2:12 How does Provider component know about Redux store?

AAKSHAS
Автор

It works on decrement(when buying cake the number of cake decrease) but when trying to increment it malfunctions. Suppose numOfCakes-10 and when we buy it gives us 9 but when incrementing the number instead of giving 11 it gives us 101, 1011, 10111, 101111... Why? is it an intention bug?

sangtonsing
Автор

Why is it in all other tutorials I have seen they have gone through the index js file? Not the app js?

adante
Автор

Hello, I am loving the series and your way of explaining things in a slow, and detailed manner. I find your usage of the spread operator "..." when you make a copy of the state a little confusing, I can not understand what happens in that line of code. Can I ask for a simple explanation?

muhammed-aldulaimi
Автор

why you make buy cake as a constant is it necessary

ghumakkad_yogi
Автор

Why now using import { } from react and not before? (this explanation i might missed from prev vids, )

stismlx