I recently shared a sample Employee Directory / Org Chart application built with React Native. That version of the application used a Node.js back-end. In this post, I’ll share the same application powered by a Salesforce back-end and built with the Salesforce Mobile SDK. Salesforce automatically provides the org chart data for users (employees) and […]
Archive | React Native
Employee Directory: Sample Application with React Native and Node.js
January 9, 2017 in React, React Native
Over the past few years, I’ve built many versions of the Employee Directory application as a way to explore new languages and frameworks. In this post I’ll share a version of the Employee Directory sample app built with React Native. React Native is a framework for building native mobile applications using JavaScript. It uses the […]