https://github.com/mbourmaud/techstack-reactnative
A React Native app built with Redux and ListView that shows a list of technologies with a description for each one.
https://github.com/mbourmaud/techstack-reactnative
es6 eslint javascript react react-component react-native react-native-component react-redux redux redux-actions redux-store
Last synced: 5 months ago
JSON representation
A React Native app built with Redux and ListView that shows a list of technologies with a description for each one.
- Host: GitHub
- URL: https://github.com/mbourmaud/techstack-reactnative
- Owner: mbourmaud
- Created: 2017-08-08T07:03:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-08T07:06:09.000Z (almost 8 years ago)
- Last Synced: 2025-01-05T12:28:40.033Z (6 months ago)
- Topics: es6, eslint, javascript, react, react-component, react-native, react-native-component, react-redux, redux, redux-actions, redux-store
- Language: JavaScript
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TechStack
A React Native app built with Redux and ListView that shows a list of technologies with a description for each one.# What I learned ?
- Using Redux inside a React Native application
- Rendering a list of items using ListView
- Creating an animation using LayoutAnimation