React/Flux from an AngularJS Perspective
Part of Celerity’s commitment to clients is ensuring we always stay up to date with the newest tools and technologies as they come out. Right now, React is that new, hot tool – mainly due to Facebook using it for everything and the open source community running wild with it.
One of our hottest blogs yet! By Micah Fulton, Front End Consultant
As an open source developer, I’ve mostly worked with Angular over the past few years, but I wanted to check out React and Flux to see how it compared to Angular for creating a single page app (SPA).
The main goal for this research was to use the most up-to-date development techniques and explore their viabilities for future projects. Some of these include the ability to:
- Use React with the Flux architecture to create a single page application
- Use Webpack to manage module loading between files
- Write all Javascript using idiomatic ES6 syntax
- Write all rendered react code using JSX
Click here to review the FULL write up by Micah Fulton.