Our team members are continuously working on improving their skills and broadening their knowledge. Our team member Mitko Chakalov gave a presentation about React.js and Flux Architecture. The presentation was held in our offices, on the 26th of February.
React.js
React is a flexible JavaScript library for building user interfaces. Many people see React as the V in MVC. It is used by Facebook and Instagram. It is claimed to be a solution for one problem - building large applications with data that changes over time and that is a pretty large problem. The virtual DOM and data flow are very powerful features in React.
Flux Architecture
Flux is used by Facebook for building client-side web applications. Flux applications consist of three components: the dispatcher, the stores and the views. Flux effectively complements React. Resources: Flux Architecture
After the presentation, we had a discussion and encouraged Mitko to keep up the good work and deliver more projects.