Successfully reported this slideshow.
Your SlideShare is downloading. ×

Pragmatic Functional Programming in the JS land with Clojurescript and Om

Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Loading in …3
×

Check these out next

1 of 17 Ad

More Related Content

Similar to Pragmatic Functional Programming in the JS land with Clojurescript and Om (20)

Advertisement
Advertisement

Pragmatic Functional Programming in the JS land with Clojurescript and Om

  1. 1. ClojureScript and Om FP in the JS land Vagmi Mudumbai
  2. 2. @vagmi - on twitter/github/facebook
  3. 3. + Google Closure Compiler +
  4. 4. + Om Reagent Quiescent
  5. 5. React.JS is not a MVC Framework
  6. 6. React.JS is a view library
  7. 7. And…. its fast
  8. 8. Watchers vs. KVO $scope.$watch model.set, model.get fn.property(‘p1’,’p2@each’)
  9. 9. B.setState({key: val}) A B C D E A B C D E
  10. 10. DOM Diffing renderA: <div><span>first</span></div> renderB: <div><span>second</span><span>first</span></ div> => [replaceAttribute textContent 'second'], [insertNode <span>first</span>]
  11. 11. shouldComponentUpdate()
  12. 12. Persistent data structures FTW
  13. 13. Request Animation Frame
  14. 14. CLJS makes React Faster
  15. 15. Show me some code
  16. 16. Source: http://gif-central.blogspot.in/2013/07/family-guy-css.html
  17. 17. Thanks @vagmi on Github/Twitter/Facebook

×