1. React
  2. Chain React
  3. 2018
  4. How Reactive Programming Makes Developer Lives Easier

How Reactive Programming Makes Developer Lives Easier

Tracy Lee at Chain React 2018

There will always be a new JavaScript framework to learn. Technology will continue to evolve and change, and developers will continue to rewrite applications. Wouldn't it be amazing if we could just copy paste 90% of our code from framework to framework? Well, you can. Reactive programming enables just this AND the ability to future proof your code. Not only can reactive programming help with your solutions to JavaScript fatigue, but the concepts and technology remain consistent from framework to framework. Learn how to create a more composable application architecture and an arsenal of lego bricks with RxJS, a push based primitive and domain specific language that sits on top of JavaScript. With its more declarative syntax and intrinsic portability, learn how to use RxJS in Angular, React, and Vue and what the future holds for for reactive primitives in TC39 and WHATWG.