VueJS CLI 3.0 – Whats New and Project Setup

VueJS team has recently launched VUE CLI 3.0 which lot of cool features.

In this blog post we will discuss these new features and see how we can implement these in our VueJS projects and some of the best practices to always use in your projects.

Get Started with React-native and Firebase

Firebase is a really great backend tool which works very well with mobile apps and web apps as well.

Firebase allows you interact with cloud database and write backend api function using javascript. So if you are a frontend javascript developer, using firebase you are able to easily write backend code in your application.

At first we are not easily convinced about Firebase, but after using it in action it seems like Firebase may be able to speed up conventional mobile and web app development — by a lot!

Integrate Google Calendar In Your Website

Introduction In one of our projects, we need to integrate google calendar into the website. So the company for which we were making this web app involves managing payrolls and personal data for the employees of several companies. The problem which we faced is how to sync their all payroll dates data with google calendar? As there were lots of dates to be synced with google calendar. These are the codes which we wrote to do initial setup:-

Redux-saga

 In this article we will try to understand the concept of redux-saga. I’m using Redux-saga in my react-redux apps since last two years and will share my experience with saga. Introduction Redux-saga is a middleware library which basically used used in redux flow of the application.To manage the complexity of redux application and to manage the potential errors. The basis purpose of the Redux-saga is to easily manage the application side effects and better handling of failures.

CORS

Before Jan 2014 AJAX requests across domains were not possible When W3C added CORS as a recommendation. As name defines it helps in sharing resources, data across interdomain. To let Cross-origin request work, we need to pass headers with Access-Control-Allow-Origin in a request and it will help in resolving its response for the request else response will not be resolved due to the source being from an alien domain.

React setState callback function

setState in React is a function. It is accessible within the component and updates the state which then triggers the render-ing of the component with the updated state data. However, React setState does not ensure re-rendering immediately as it is called, resulting in the rendering of data with previous state data. we can think of setState as a request for rendering the component which may get stuck or delay due to any of the reasons of react - redux lifecycle or a bugged code.
excellence-social-linkdin
excellence-social-facebook
excellence-social-instagram
excellence-social-skype