Posts

Showing posts from October, 2015

React.js tutorial code on github

I've been watching and following a few tutorials about React.js during my free time, mostly for fun and also for work and I thought that I would share the code of the examples, since they are pretty much self-explanatory and might be good examples to bootstrap new projects, i.e.: react-router and reflex examples... It's also easier for me to track changes so here you go, https://github.com/davidlygagnon/react.js-tutorials .

HTML5 Dev Conf 2015 - San Francisco

I attended the first day of the conference this year. I didn't take that much notes but here it is in case your interested: Design and Performance by Steve Souders Slides at:  http://stevesouders.com/ - May be useful to do prototyping early instead of just getting mock ups from UX - W3C Web timing specs      Navigation Timing           overall page metrics: performance.timing, now()      Resource Timing           individual HTTP requests                performance.getEntries()      User Timing           performance.mark, performance.measure - Example about image display time to load      add performance.measure in two places and take the max(): one on the image unload attribute and the other one at the bottom of the page. Michael Jackson - React Router dev contributor MustacheJS @reactjstraining reactjs-training.com github.com/rackt -> interesting start to get involved in some open source projects... Checkout: react-art rea