Skip to content

Credit to @Inncoder_, An Nx workspace with Angular, React, Solid, Svelte, TypeScript and Vue iOS apps all sharing the same SwiftUI files via NativeScript.

Notifications You must be signed in to change notification settings

NathanWalker/lava-lamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

28f9fe6 · Jan 14, 2025

History

13 Commits
Jan 14, 2025
Oct 7, 2023
Jan 14, 2025
Jan 6, 2023
Mar 13, 2023
Jan 14, 2025
Jan 14, 2025
Jan 6, 2023
Jan 14, 2025
Jan 6, 2023
Jan 14, 2025
Jan 14, 2025
Jan 14, 2025
Jan 6, 2023
Jan 6, 2023
Jan 14, 2025

Repository files navigation

Lava Lamp - Light up your insight with wonder

iOS apps flavored with Angular, React, Solid, Svelte, TypeScript and Vue

Setup to Play

Prerequisites:

yarn setup

Taste the Rainbow

yarn nx debug nativescript-angular ios

yarn nx debug nativescript-react ios

yarn nx debug nativescript-solid ios

yarn nx debug nativescript-svelte ios

yarn nx debug nativescript-typescript ios

yarn nx debug nativescript-vue ios

What is This?

An Nx workspace with Angular, React, Solid, Svelte, TypeScript and Vue iOS apps all sharing the same SwiftUI files via NativeScript.

The workspace combines yarn workspaces with Nx to hoist dependencies where needed to share.

  • Each app shares iOS Resources including SwiftUI files from here.
  • Each app's nativescript.config.ts configures the shared resources via the appResourcesPath property

Credits

Inspired by @Inncoder_