skip icon indicating copy to clipboard operation
skip copied to clipboard

Document + support switching between native mode and transpiled mode

Open dfabulich opened this issue 8 months ago • 0 comments

The only documentation for how to turn on native mode for Skip is to skip init --native-app or --native-model.

I've found it really useful even when ultimately targeting transpiled mode to do work in native mode, get my code working that way, and then transpile it. This ensures that my initial issues will all be in limitations with SkipUI with no transpilation issues, and then, when I go to transpile, I'll know that my code can work in SkipUI, and that the only issue is transpilation.

Today, I do that by copying and pasting source code between a native project and a transpiled project; that's a hassle. I wish there were a config setting I could use for this, instead, making switching between modes as easy as updating a config setting.

Or, if that's not feasible, I wish I could run a skip command to switch between modes without creating a fresh project with init.

dfabulich avatar Apr 26 '25 18:04 dfabulich