AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
React - Model, Object, and Event
In modern web development, an object has an event API. What React does is sort of put that on its head a bit and say that actually we don't change and mutate the objects directly. The changes doesn't happen on the object itself. It gets centrally centralized place. And the centralized store system can then determine what changes should happen. Those changes may or may not be the direct manipulation of the object.