Skip to main content

Posts

Showing posts from June, 2018

Android Apps That really pays on Using them

Here are some apps that really pays you cash in your Paytm wallet on using them. BrainBaazi :   This is an online quiz that take place every day at 9 pm and 1 pm. Those users who answer all the 11 question correctly get paid their share from 1 Lakh cash in their Paytm wallet. BulbSmash : Bulbsmash is a android game. Where player has to target the bulb and break them. For breaking bulb point are assign and based on point Ranklist is maintained. Top 100 users of the day are paid Paytm cash based on there ranking. Problem with this app is that money can be redeemed only when winning exceeds  60 rs and money crediting to Paytm takes more than 2 days. Mcent browser : This is a browser which works in the same way as chrome or firefox , but you get point for browsing on it. These point can be converted to Rs. Where 1000 points are equivalent to 1 rs. Later these earned rupees can be used to recharge mobile number. Problem with this app is that earn...

INTRODUCTION WITH REACT JS

React js is a  javascript library that is used to make interactive web pages. It is used to create dynamic webpages. Logic of React js is written in javascript. React js provides server side rendering which means when a server receive a request it collect all the data and send it to client in the form of HTML. React js is used for building Webapps  with high performance. Most attractive feature of React js is that it quickly update necessary data change. React is a  User Interface library. React is extended with FLUX and REDUX. FLUX and REDUX provides Architectural support to React Data Management. JSX (Javascript Syntax Extension) helps how User Interface should look like and its behavior. Some basic Knowledge of Javascript is really helpful and is required to learn React js. Home page for React Js