Bob
Member since Jul 9, 2015
- Profile: /members/12735-bob.htm
- URL: http://bfanger.nl
- Comments: 1
Recent Blog Comments By Bob
-
An Experiment In What React's JSX Might Feel Like In AngularJS
Posted on Jul 9, 2015 at 12:39 PM
At first JSX looks like inline templates, but is more than that. JSX builds `elements`, which are first class. Similar to functions in javascript you can assign them to a variable, pass them as argument, etc. var infoTab = <Tab title={<Icon src="img/info.png" />}>...bo... read more »