This project demonstrates how to build a list dynamically from a JSON data object.
Framework | Status | Live Examples |
---|---|---|
Angular | View on Stackblitz | |
React | View on Code Sandbox | |
Ionic | View on Stackblitz | |
React Native | View on Snack |
git clone https://github.com/pxblue/data-list -b angular
cd data-list
yarn && yarn start
For additional information read our Angular Guide and our Environment Setup
git clone https://github.com/pxblue/data-list -b react
cd data-list
yarn && yarn start
For additional information read our React Guide and our Environment Setup
git clone https://github.com/pxblue/data-list -b ionic
cd data-list
yarn && ionic serve
To run on a device, add the platform then build and run the project:
ionic cordova resources
ionic cordova platform add [android|ios]
ionic cordova build [android|ios]
ionic cordova run [android|ios]
For additional information read our Ionic Guide and our Environment Setup
git clone https://github.com/pxblue/data-list -b reactnative
cd data-list
yarn && yarn start
For additional information read our React Native Guide and our Environment Setup