DEV Community

Brian Chew
Brian Chew

Posted on

ReactJS, components swapping?

ReactJS!

Is anyone familiar with react components? I have a question regarding react components, are we able to without re-deploying, swap an updated version of the same component?

EG: I have a website shop, I want to say update the shopping cart parameters to accept a new parameter, do I have to redeploy the website or could I just swap the current component to the updated one?

Would appreciate any help at all!
Brian

Top comments (0)