Skip to main content

Posts

Showing posts with the label Angular

Push-Notification in React-native

Implimenting Push-notification in React-native Note: To send push notification you have to implement firebase first for implementing firebase check my previour blog 1. Install Package =  @react-native-firebase/messaging, 2.FcmService.js                                                                                           import   messaging   from   '@react-native-firebase/messaging' ; import  { Platform }  from   'react-native' ; class   FCMService  {     register  = ( onRegister ,  onNotification ,  onOpenNotification )  => {         this . checkPermission ( onRegister )         this . createNoti...

React Vs Angular

Javascript is one of the most popular languages among developers nowadays. There are a lot of developers, freshers and experienced love to build their application or project using  Javascript  but still there is a confusion when they have to pick up right framework or library for their project. Angular and ReactJs  is their topmost priority but still, most of them are unable to decide which one would be good for their project. Freshers want to know which one is easy to learn and which one has more demand in the market for job purpose. AngularJS was developed by Google and was initially released in 2010. Until 2016 it used to be called as  AngularJS . In 2016 Angular team released  AngularJS 2  which was a complete rewrite of  AngularJS  and it was actually a completely new framework, so to reduce confusion from previous one, the angular team decided to drop JS from the original name and they called this new framework Angular. React is developed an...