Dhiraj Sharma

Technology

Routing in ReactJS

React-Router In this blog we will talk about react-router. Routing is a dire need in SPA(Single page applications), in which we load partial content without asking the server for a complete webpage. React is no different in terms of loading only what is required. Routing programmatically presents specific content to users based on the...

27-Jul-2015

AngularJS, Technology

Internationalization with AngularJS

Why is internationalization support so important? These days variety of web projects demand the support for multiple languages feature. Most of the internet users do not have English as their first language. Thus there is a need to reach those users as well. There are many modules available to achieve multilingual feature in AngularJs...

17-Jul-2015