React Developers Jobs Across India – 2024 | Apply Before Link Expire |
Associate Software Engineer 2 ( Java react JS ) – Hyderabad
JOB DESCRIPTION :
ATTRIBUTE | DETAILS |
ORGANISATION | OPTUM |
POSITION / ROLE | JAVA REACT JS |
EXPERIENCE | 3-6 YEARS |
QUALIFICATIONS | CS / IT / BE / BACHELOR’S |
LOCATION | HYDERABAD |
SALARY | 10 – 30 LPA |
SKILLS | MENTIONED in APPLY LINK |
APPLY LINK | CLICK HERE |
OFFICIAL WEBSITE | CLICK HERE |
How to Apply :
step – I : Click on Apply Link
step – II : Fill out Your details
step – III : Then submit your application
Note : Given salary is Estimated Guess according to work experience & expertise , You can also go for your ask.
ABOUT ORGANISATION :
Optum is a global organization that delivers care, aided by technology to help millions of people live healthier lives.
The work you do with our team will directly improve health outcomes by connecting people with the care, pharmacy benefits, data and resources they need to feel their best.
Come make an impact on the communities we serve as you help us advance health equity on a global scale. Join us to start Caring. Connecting. Growing together.
JAVA Application Developer – Pune
JOB DESCRIPTION :
ATTRIBUTE | DETAILS |
ORGANISATION | CITCO |
POSITION / ROLE | IT DEVELOPER |
EXPERIENCE | 3+ YEARS |
QUALIFICATIONS | CS / IT / BE / BACHELOR’S |
LOCATION | PUNE |
SALARY | UPTO 15 LPA |
SKILLS | MENTIONED in APPLY LINK |
APPLY LINK | CLICK HERE |
OFFICIAL WEBSITE | CLICK HERE |
How to Apply :
step – I : Click on Apply Link
step – II : Fill out Your details
step – III : Then submit your application
Note : Given salary is Estimated Guess according to work experience & expertise , You can also go for your ask.
About Organization :
Since the 1940s Citco has provided specialist financial services to alternative investment funds, investors, multinationals and private clients worldwide. With over 6,000 employees in 45 countries we pioneer innovative solutions that meet our clients’ evolving needs, and deliver exceptional service.
Our continuous investment in learning means our people are among the best in the industry. And our corporate social responsibility programs provide meaningful and fulfilling work in the community.
Software Engineer Java + React JS – Pune
JOB DESCRIPTION :
ATTRIBUTE | DETAILS |
ORGANISATION | UBS |
POSITION / ROLE | SOFTWARE DEVELOPER |
EXPERIENCE | 3+ YEARS |
QUALIFICATIONS | CS / IT / BE / BACHELOR’S |
LOCATION | PUNE |
SALARY | 6 – 15 LPA |
SKILLS | MENTIONED in APPLY LINK |
APPLY LINK | CLICK HERE |
OFFICIAL WEBSITE | CLICK HERE |
How to Apply :
step – I : Click on Apply Link
step – II : Fill out Your details
step – III : Then submit your application
Note : Given salary is Estimated Guess according to work experience & expertise , You can also go for your ask.
About Organization :
Full Stack Developer -React & Python – Mumbai
JOB DESCRIPTION :
ATTRIBUTE | DETAILS |
ORGANISATION | JP MORGAN CHASE & CO |
POSITION / ROLE | SOFTWARE DEVELOPER |
EXPERIENCE | 3 YEARS |
QUALIFICATIONS | CS / IT / BE / BACHELOR’S |
LOCATION | MUMBAI |
SALARY | 6 – 15 LPA |
SKILLS | MENTIONED in APPLY LINK |
APPLY LINK | CLICK HERE |
OFFICIAL WEBSITE | CLICK HERE |
How to Apply :
step – I : Click on Apply Link
step – II : Fill out Your details
step – III : Then submit your application
Note : Given salary is Estimated Guess according to work experience & expertise , You can also go for your ask.
ABOUT ORGANIZATION :
React Native Developer – Surat
JOB DESCRIPTION :
ATTRIBUTE | DETAILS |
ORGANISATION | UNIKWORK |
POSITION / ROLE | SOFTWARE DEVELOPER |
EXPERIENCE | 2-3 YEARS |
QUALIFICATIONS | CS / IT / BE / BACHELOR’S |
LOCATION | SURAT |
SALARY | 6 – 12 LPA |
SKILLS | MENTIONED in APPLY LINK |
APPLY LINK | CLICK HERE |
OFFICIAL WEBSITE | CLICK HERE |
Qualifications :
BE (CSE/IT) / B.TECH(CSE/IT)/ MCA / ME(CSE/IT) / M.SC / M.TECH (CSE/IT)
How to Apply :
step – I : Click on Apply Link
step – II : Fill out Your details
step – III : Then submit your application
Note : Given salary is Estimated Guess according to work experience & expertise , You can also go for your ask.
Senior Developer – Bengaluru
JOB DESCRIPTION :
ATTRIBUTE | DETAILS |
ORGANISATION | SAP |
POSITION / ROLE | SOFTWARE DEVELOPER |
EXPERIENCE | 8-12 YEARS |
QUALIFICATIONS | CS / IT / BE / BACHELOR’S |
LOCATION | BENGALURU |
SALARY | 30 – 60 LPA |
SKILLS | MENTIONED in APPLY LINK |
APPLY LINK | CLICK HERE |
OFFICIAL WEBSITE | CLICK HERE |
How to Apply :
step – I : Click on Apply Link
step – II : Fill out Your details
step – III : Then submit your application
Note : Given salary is Estimated Guess according to work experience & expertise , You can also go for your ask.
Recently Asked React Native Questions :
Q- What are the main security concerns in React Native, and how can developers address them?
- Code injection: Malicious users may try to inject code into the app.
- Data leakage: Sensitive information like user data might be exposed.
How to address these issues :
- Secure storage: Use libraries like
react-native-keychain
for storing sensitive data. - Code obfuscation: Make the code harder to read by using tools like
ProGuard
for Android orObfuscator-iOS
for iOS. - Validate inputs: Always check and sanitize user inputs to avoid attacks like SQL injection.
Q – How does React Native handle accessibility, and what can developers do to make apps accessible?
React Native includes accessibility features to help users with disabilities.
Techniques for accessibility:
- Use
accessibilityLabel
: This helps screen readers describe elements to users. - Touchable components: Make sure interactive components can be navigated using screen readers or keyboards.
- Focus management: Ensure that focus moves logically for users who rely on keyboards or assistive devices.
Q- How do you convert a React Native app into a Progressive Web App (PWA), and what challenges are involved?
To convert a React Native app into a PWA:
- Switch to React for web: PWAs run in browsers, so you need to adjust the app to work in the web environment.
- Service workers: Set up service workers for offline functionality and caching.
- Responsive design: Adapt the layout for different screen sizes, especially since PWAs run on desktops and mobile.
Challenges:
- Limited native features: PWAs don’t have full access to native device features, so some functionality may need reworking.
- Performance: Optimizing performance for web browsers may require changes in how the app handles resources.