Deco Software – React Native IDE
41–50 of 126 posts
Re: Deco Software – React Native IDE
#42As a HEAVILY involved React Native developer, I am strongly suggesting you to NOT use Deco Software. It's pointless. Get Vim or Atom editor if you want to build a React Native app. There are CLI tools anyways to make your life easier. Your hardest battle will be you needing to afford a new computer to be able to run both the iOS simulator and Android simulator (or Genymotion) all at the same time. HMR reloading is al…
>It's pointless No, it's not. Prototyping.
npm install -g react-native
react-native init myproject
cd myproject
# open xcode simulator or android emulator
# make changes to index.ios.js and read the damn docs
# otherwise you end up dragging slides and dragging drop
# having no idea what actually goes on behind the scenes
# when if you learned what went on behind the scenes
# you could code so so much faster and have so much more control
Re: Deco Software – React Native IDE
#43This is like selling candy to kids, when the candy is actually bad for you.
Re: Deco Software – React Native IDE
#44Earlier quoted context omitted.
> Using require instead of module imports shows me that this product is going to have trouble keeping pace with FB, Babel, ECMA speeds. What does that mean?
Facebook releases so fast. So when something is brand new and it's already not using the latest, I feel afraid. The example project doesn't use the import syntax, it's using require, and feels like it's coming from ECMA5 in a brand new video. I just worry, can they keep up? Facebook releases breaking changes often so it's a valid concern.
Re: Deco Software – React Native IDE
#45Re: Deco Software – React Native IDE
#46You guys are fools to use something like this. Just read the damn docs. This is like selling candy to kids, when the candy is actually bad for you.
Re: Deco Software – React Native IDE
#47Earlier quoted context omitted.
>It's pointless No, it's not. Prototyping.
Here's how you prototype: npm install -g react-native react-native init myproject cd myproject # open xcode simulator or android emulator # make changes to index.ios.js and read the damn docs # otherwise you end up dragging slides and dragging drop # having no idea what actually goes on behind the scenes # when if you learned what went on behind the scenes # you could code so so much faster and have so much more cont…
Re: Deco Software – React Native IDE
#48Re: Deco Software – React Native IDE
#49You guys are fools to use something like this. Just read the damn docs. This is like selling candy to kids, when the candy is actually bad for you.
Care to expand your thoughts?
https://facebook.github.io/react-native/docs/getting-started...