@ralec
Mostly a frontend developer
Nothing here yet.
Nothing here yet.
No blogs yet.
A couple of years ago, AngularJS was the hot thing. Developers were going crazy about it. Now it is ReactJS. Are there any core tenets that made ReactJS popular or is it just a trend in the front end ecosystem for something to replace something els...
I’ve been reading about GraphQL; and I was wondering when we already have a standard that has been working so well over the years; what problems does GraphQL claim to solve? I understand that writing queries becomes very easy but; I might be wrong; d...
Many people literally use ReactJS as the V in the MVC using other frameworks. In 2016, with great state management libraries like MobX, Redux and Relay for ReactJS, Is it still popular to combine ReactJS with other frameworks?
Looks like most of the things that you do using jQuery can be easily achieved via ES6 implementation. Example 1 jQuery $(el).children(); vs ES6 el.children Example 2 jQuery var $items = $container.children('.item'); $items.hide(); vs Vanilla JavaS...