ReactFoo Delhi
ReactFoo For members

ReactFoo Delhi

On React, performance and front-end engineering

Tickets

Loading…

After a successful edition in Delhi in 2018, we are back with the 2019 edition of ReactFoo Delhi.

ReactFoo Delhi features talks and discussions on:

  1. Redux and state management
  2. Performance improvements with React
  3. Modernizing legacy architecture with React
  4. Why choose React Native
  5. GraphQL and front-end development

Product and front-end engineers from Atlassian, Walmart.com, Zomato, Microsoft, HackerRank, Mindtickle and Appbase.io will share insights from practical experiences.

Who should attend:

  1. Front-end engineers
  2. Product engineers
  3. Cross-platform mobile developers

Why attend ReactFoo Delhi:

  1. Learn from and network with peers from the industry.
  2. Improve developer productivity of your front-end teams.
  3. Make your web applications faster and performant.

Date and schedule

16 November 2019
https://hasgeek.com/reactfoo/2019-delhi/schedule

Venue:

C D Deshmukh auditorium, India International Centre (IIC) Main, 40 Max Mueller Marg, Lodhi Gardens, Lodhi Estate, New Delhi - 110003.

##Contact details:
For information about the event, sponsorships, bulk ticket purchases and partnerships, write to info@hasgeek.com or call 7676332020.


Sponsors:

Click here to view the Sponsorship Deck.

Email us sales@hasgeek.com for bulk ticket purchases, and any queries on the sponsorship.


ReactFoo Delhi 2019 sponsors:


#Exhibition Sponsor

Sapient

#Bronze Sponsors

Shuttl

#Community Sponsor

GO-JEK MindTickle
Atlassian
HackerRank Walmart

Hosted by

A community - for and of - front-end engineers to share experiences with ReactJS, performant apps with React, crafting better User Interfaces (UI) with React and GraphQL ecosystem. ReactFoo also discusses design patterns and user experience. more

Pankaj Agrawal

@pankaj_ag

How React Native and its integration with Laravel can help social sector organisations create impact on scale

Submitted Aug 5, 2019

Social Sector organisations are slowly moving towards using more technology to create large scale impact. React Native’s significance for the social sector in this regard has been ever increasing. With a mobile application, people working in remote areas can manage all operations smoothly. Building a mobile application in react native can help NGOs to scale up, achieve operational efficiency and subsequently become a leader in their domain. It’s integration with Laravel can further enable greater coherence and coordination between different stakeholders. Through this talk, I will use the case of one NGO who completely digitalized their work with our help and share
How React Native helped social sector organisations scale up their impact
How integration of Laravel and React Native helped them achieve operational excellence
How some key challenges specific to the NGOs were solved in React Native using different open source libraries.

Outline

Working in network poor areas is the reality of most social sector organisations. They have to travel to remote areas, interact with beneficiaries and field staff and coordinate with them on a regular basis. Social sector organisations face several challenges related to creating a large impact with limited funds. Recently, at ColoredCow, we took on the challenge to completely digitalise a social sector organisation. This organisation plants trees all over the world and at the same time, provides a means of livelihood to farmers on whose land the trees are being planted.

They were doing good work but had the deep desire to scale up their impact and run operations in a hassle free way. We decided to do it through digital technology where the mobile application became a core component of their product.

In the subsequent paragraphs, I will tell you the core challenges that the organisation faced and how we used different open source libraries in React Native and Laravel to solve them

Challenge 1: Collecting information of the trees being planted and the farmers in rural areas with no network connectivity.
Earlier, collecting information on trees and farmers was being done on pen and paper which led to a lot of mistakes. By building a mobile application, they could now collect all kinds of data, avoid silly mistakes, rectify mistakes, send data effortlessly to the team and conduct surveys on the go. The mobile app had to work in areas with network problems too. So we provided offline support. We used React-Redux and React-Persists libraries to provide support. Also, I feel that it’s far easier to implement offline support in react native instead of the native mobile applications.

Challenge 2: Coordinating the activities of the field team spread across different geographies and the admin/core team.
Through a seamless integration between react native and laravel, we took the oauth route (by using laravel passport ), the information collected on the mobile app synced with the webapp. We were able to use react native’s networking library effectively to achieve that. We used the native functions instead of putting an extra layer. It look some extra time but it gave us full control on firing the events and navigation actions. We were able to fire all the navigations from our redux actions itself.

Challenge 3: Bulk data management
The NGO plants trees for a week repeatedly and then uploads the information collected on phone to the server. So in one go, there are often thousands of trees being uploaded on the server. To manage these bulk images offline and uploading them on the server in one go is a bit complex. Because the network connection is not that good, we need to be prepared for every exception where we could lose data. We added react native fs library to chuckchucked the files in multiple directories and then started the transition and rollback in case something went wrong for that small transition. This helped us to manage exceptions

Challenge 4: Camera customisation and filters specific to the needs of the organisation
The NGO uses the camera to collect image data of trees. These camera controllers are somewhat like Snapchat. We integrated react native camera with some of our native code (like custom capture sound and custom flash management) and we were good to go. We were able to place the watermarks and other information of the NGO on the planted tree image.

Challenge 5: Optimising battery performance
Since most people are using the mobile app to capture images of trees continuously in areas where network connectivity and electricity is poor, battery optimisation was required. We added redux persists to get a lot of reusable content and reduced the screen rerendering occurrences, added GPS coordinates with dynamic refresh duration, stressed on receiving data and callbacks exclusively via props, hosted our images on aws S3 buckets (helps in caching the images more securely) and added appropriate expiration time.

Requirements

None

Speaker bio

I am a passionate programmer, who believes that god lies in the details. I am part of ColoredCow’s engineering team and in the last three years, I worked on multiple technologies such as Laravel, React Native and Vue JS in various domains.
Currently, I lead and evangelize mobile development in ColoredCow. I have contributed in developing a number of mobile applications in healthcare and social sector, tailored to our customers’ requirements.

Comments

{{ gettext('Login to leave a comment') }}

{{ gettext('Post a comment…') }}
{{ gettext('New comment') }}
{{ formTitle }}

{{ errorMsg }}

{{ gettext('No comments posted yet') }}

Hosted by

A community - for and of - front-end engineers to share experiences with ReactJS, performant apps with React, crafting better User Interfaces (UI) with React and GraphQL ecosystem. ReactFoo also discusses design patterns and user experience. more