DEV Community

Discussion on: React Beginner Question Thread ⚛

Collapse
 
avikaminetzky profile image
Avi Kaminetzky

Hi Dan,

I've been programming with React for 4 months but have minimal experience with Redux. I work for an e-commerce company which is currently using PHP and a templating engine (Smarty) for the front end. We are interested in upgrading the entire front end with to use React-Redux.

I've had a hard time finding an open source code example/boiler plate for e-commerce. Are there any resources you can direct me to?

Any other pointers/gotchas I should keep in mind?

Thanks

Collapse
 
dan_abramov profile image
Dan Abramov

I’d start by looking in the examples folder in the Redux repository itself. Other than that, I don’t really know, sorry!