Define react-router routes without JSX
Short React Router example of how to define routes and routes hierarchy without using JSX. The example is using ES6 syntax.
// this snippet was tested with react 0.13.1 // […]
Short React Router example of how to define routes and routes hierarchy without using JSX. The example is using ES6 syntax.
// this snippet was tested with react 0.13.1 // […]
I used ember.js in one of the projects recently. There was no prescribed way to debounce value handlers on inputs. I have extended the default input view to debounce updates […]
I’m sure for most of you it’s old news, but here’s a short reminder anyway:
song = { // this function will be invoked with correct context handleEvent: function (event) […]
Around four months ago I have chatted with a friend of mine about the current state of web development industry in Israel. Of course, as it is an important subject, […]
If you are using HTML5 like all the cool kids do, you are probably using the HTML5 shiv built by amazing webdev communityin order for new semantic elements, such […]
One of our recent clients has a nice blog, where homepage shows most recent post from each of the categories. This is done pretty simple in WordPress:
$categories = […]
Note: this article was updated to work with Redcarpet 2, that is incompatible with first version.
In order to use custom content processing libarary (I wanted to try […]
If you are just like me, not really a server-side guy and you’ve suddenly got a need to recompile PHP that you have on your server (in my case, when […]