This thing is a joke. Just learn to code dude.
Deco Software – React Native IDE
61–70 of 126 posts
Re: Deco Software – React Native IDE
#62As 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…
Re: Deco Software – React Native IDE
#63This thing is a joke. Just learn to code dude.
Re: Deco Software – React Native IDE
#64Earlier quoted context omitted.
Care to expand your thoughts?
I tried to below, but I continously get downvoted by friends of the OP here. This thing is a joke, the time you spend reading about it and trying to get it installed/setup you could have already read the docs for RN, installed the ACTUAL React Native CLI tools that Facebook THEMSELVES! This is for people that are lazy, don't actualy build a product that gets anywhere, or prototype something that is actually junk and…
Re: Deco Software – React Native IDE
#65Re: Deco Software – React Native IDE
#66So I just started developing a react native Android app and a react desktop app in electron and it's actually been a very rewarding experience so far. Some thoughts I have on this: 1. I'd be interested to see the Android emulator and live reload in Deco. I'm using Genymotion and the live reload seems to work about half the time (as in I usually have to save the file twice to see my changes). It also sometimes can't c…
Re: Deco Software – React Native IDE
#67OR you could just install react native CLI tools, then use the BUILT IN hot module reloading (which is basically like LiveReload for web editing), and just do it yourself without this bloated piece of thing. Look how beautiful these docs are: https://facebook.github.io/react-native/docs/getting-started... Now would you rather rely on something that one person made? Or would you rely on a huge group of amazing folks,…
Re: Deco Software – React Native IDE
#68Earlier quoted context omitted.
so i need to learn IOS and Android development to learn what's going on behind the scenes as well? Ideally right? But that's definitely not a prerequisite of building RN apps. Abstractions are great if its done well..
It is so sad to see people on Hacker News with so much potential, but take the easy route out, and end up with nothing.
Re: Deco Software – React Native IDE
#69OR you could just install react native CLI tools, then use the BUILT IN hot module reloading (which is basically like LiveReload for web editing), and just do it yourself without this bloated piece of thing. Look how beautiful these docs are: https://facebook.github.io/react-native/docs/getting-started... Now would you rather rely on something that one person made? Or would you rely on a huge group of amazing folks,…
I mean you don't need to trash someones project like a total klabnik. It's not a good way to live, trust me.
Re: Deco Software – React Native IDE
#70Earlier 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…