May 30, 2017It seems there are more JavaScript frameworks, libraries, and tools than there are developers. As of May 2017, a quick search on GitHub reveals more than 1.1 million JavaScript projects. There are 500 thousand usable packages on npmjs.org with almost 10 billion downloads every month.
This article endeavors to explain t...
March 28, 2017During an evaluation of our core web platform at Singapore-based employee benefits start-up CXA Group, we decided to shift direction away from the aging existing architecture and rebuild the front-end from scratch. One of the challenges of the platform is to create a web application that works well across CXA GroupR...
June 23, 2016In the world of web development and JavaScript, we’ve seen a lot of paradigms come and go. But one paradigm has stuck around: the single-page web application.
One of the most popular frameworks to land in the past six years was AngularJS. Released in 2010 and backed by Google, it promised quick, easy development ...
April 4, 2016JavaScript is extremely popular nowadays, and with the right set of tools and expertise, there is no limit to what you can achieve. Speaking of tools, JavaScript frameworks are really handy and useful for developers, as they can lessen the burden and make the development process easy. Some of the JavaScript frameworks...
March 9, 2016This article was peer reviewed by Chris Perry, Nuria Zuazo and Vildan Softic. Thanks to all of SitePoint’s peer reviewers for making SitePoint content the best it can be!
JavaScript tooling anxiety, (or, as it’s customary to abbreviate everything, TA), has now become a thing and not necessarily in a good wa...
February 19, 2016In part 1, we built our server part. Now we can build our client. We are going to use AngularJS to make a Single Page Application. We will use a very basic bootstrap template, built on the fly.Planning
Our application will be made up of three screens.Login Screen: a simple login screen. The user will insert their e...
January 26, 2016JavaScript has been rising in popularity, and more and more web developers are turning towards JavaScript for their projects. In fact, even WordPress, the world’s most popular Content Management System, is leaning towards JavaScript after the advent of the REST API. As such, the importance and big role of JavaScript...
December 21, 2015JavaScript had a remarkable year. Despite reaching the grand age of twenty in May, news, projects and interest in the language continue to grow exponentially. Perhaps it’s the strange circles I move in, but I can’t think of another technology which moves at a similar pace. It’s becoming increasingly d...
November 26, 2015JavaScript frameworks offer many functionality and it’s not surprising at all that they’re getting more and more popular. They’re powerful and not so hard to master. Generally, we use them for large and complex applications, but in some cases also for smaller ones. After having learned how to use a framework, you...
October 1, 2015React is ushering a new era in front end. Published by Facebook, it has rapidly become a popular library used in production by many technology companies. In this article, we’re going to discuss a new complementary React framework called Relay.
The Problem With Data Fetching In React
As React has grown in popularity, ...
Recent Comments