Home
Softono

React Native Vs Ionic Todos

Open source JavaScript
147
Stars
37
Forks
1
Issues
6
Watchers
8 years
Last Commit

 About React Native Vs Ionic Todos

Simplistic application to compare React Native and Ionic 2

Platforms

Web Self-hosted

Languages

JavaScript

Need Help Installing React Native Vs Ionic Todos?

We provide expert installation service for this software. Our team will install, configure, and secure React Native Vs Ionic Todos on your server. plans start at just $30.

React Native Vs Ionic Todos

View on GitHub

React Native vs. Ionic 2

Here is a (very) simplistic non-persistent TODO app implemented in both Ionic 2 and React Native for the sake of comparing both frameworks.

React Native

The code is here: rn/todoapp.js.

To try:

cd rn
npm install
react-native run-android

Ionic

The code: (based on the _blank template)

To try:

cd ionic2
npm install
ionic serve

Note: In the limited amount of time spent on this I couldn't figure out how to properly style the "Hide done" toggle.

Code quality

The code can, and should, be better. Only one component was used in React Native to contain most of the code in one place. The same goes with Ionic, although there may be more absurdities there as I'm not as familiar with that framework. Feel free to submit a pull request if I've made ridiculous mistakes.

License

Do whatever you want.