Tag: react
-
Making beats in React
This is crazy! Using React to programmatically create beats
-
React.js Conf Round-up 2015
The React.js conference was held last month, but tickets were not easy to come by. Never fear though, because the React.js team recently came out with a Round-up post of some of the best content from the React.js conference. Being new to React.js myself, I’m looking forward to taking away a few nuggets that I…
-
Working with React joinClasses
Note: joinClasses is now deprecated and you should use classnames. There is an explanation of how to use classnames at the end of the article. React has slowly been coming together for me over the past few weeks as I have slowly moved from “how do I get this thing to work?” to “how can I…
-
Dynamically Add Classes with React classSet
Note: React.addons.classSet is now deprecated and you should use classnames. There is an explanation of how to use classnames at the end of the article. Earlier today, I needed to add some classes to a link. One class was passed in through a prop, but the other class would be added based on a boolean condition.…