Let’s build a Flux app with React. Flux is a pattern that Facebook created for building consistent, stable web apps with React. React really doesn’t give us a way to manage data, it simple accepts data through props or state. So, when it comes to data, there are many ways you can do it. Flux is a great, proven pattern for building apps with React.