Flux solutions compared by example

February 09 Comments Off on Flux solutions compared by example Category: Feed, Tumblr

voronianski:

Nowadays Flux (together with React.js) is one of the hottest topics in the tech world.

When people talk about Flux they mean more of a pattern than a framework. But Javascript community has already made a solid input into it and developed different approaches for working with Flux in order to bring some structure and “frameworky” feel. The first thing which comes to mind after some exploration – there are too much Flux libraries right now. In spite of that let’s try to compare some of them.

Keep reading

Flux solutions compared by example

February 09 Comments Off on Flux solutions compared by example Category: Feed, Tumblr

voronianski:

Nowadays Flux (together with React.js) is one of the hottest topics in the tech world.

When people talk about Flux they mean more of a pattern than a framework. But Javascript community has already made a solid input into it and developed different approaches for working with Flux in order to bring some structure and “frameworky” feel. The first thing which comes to mind after some exploration – there are too much Flux libraries right now. In spite of that let’s try to compare some of them.

Keep reading

Flux solutions compared by example

February 09 Comments Off on Flux solutions compared by example Category: Feed, Tumblr

voronianski:

Nowadays Flux (together with React.js) is one of the hottest topics in the tech world.

When people talk about Flux they mean more of a pattern than a framework. But Javascript community has already made a solid input into it and developed different approaches for working with Flux in order to bring some structure and “frameworky” feel. The first thing which comes to mind after some exploration – there are too much Flux libraries right now. In spite of that let’s try to compare some of them.

Keep reading

Code to get the first class of an object

June 09 Comments Off on Code to get the first class of an object Category: Code, Feed, Tumblr

Easy:event.target.className.split(” “)[0]; //0 to retrieve first class