Remix.run Logo
jstummbillig 6 hours ago

"At least 32GB of memory is recommended for development with Skip."

Dear lord, what?

marcprux 6 hours ago | parent | next [-]

Well, you're running both the iOS development tools (Xcode, iOS Simulator), plus the Android development tools (Gradle, Android emulator, and maybe Android Studio too). These add up.

16GB might be possible, though.

(Skip itself doesn't take much memory. If you run it headlessly as a SwiftPM plugin, you wouldn't need nearly that much.)

jstummbillig 5 hours ago | parent | next [-]

Ah, yeah yeah, not meant as slight towards Skip (seems like a cool project). Just me being offended by the plain content of that sentence.

giancarlostoro 5 hours ago | parent | prev [-]

Do you have to run both at the same time? Because my flow with React Native is to focus on one platform at a time, I don't try to run everything in one shot.

marcprux 4 hours ago | parent [-]

No, you can configure it to just build and launch for iOS or Android separately. But we do recommend iterating on both in parallel for most of the UI work, just to make sure that everything stays in sync.

For framework/library development, you can of course build and test separately for each platform.

dlcarrier 6 hours ago | parent | prev | next [-]

IDEs targeting mobile development saw the bloat in FPGA IDEs and said "we can beat that".

elinear 2 hours ago | parent | prev | next [-]

At current prices, if you do not already have 32GB RAM, it will cost over $300 for DDR5, and over $200 for DDR4...

catoc 5 hours ago | parent | prev | next [-]

I assume that’s for the development phase, not (necessarily) for apps developed with Skip

wahnfrieden 6 hours ago | parent | prev [-]

Likely because it uses both iOS and Android toolchains plus its own transpiler (with Skip Lite) or other overhead with Skip Fuse. iOS alone is already challenging with 16GB. Don't blame Skip for this - it's on Apple and Google for not shipping memory-efficient tooling, which shouldn't be a surprise if you've used their software.