II.
StackProfile JSON
Structured · livestack-profile:react-native-enterprise
React Native Enterprise Stack (React Native, TypeScript, Redux, Jest, Detox, FastAPI) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "stack-profile:react-native-enterprise",
"_kind": "StackProfile",
"_file": "domain/stack-profiles/deep-stacks-4.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "React Native Enterprise Stack (React Native, TypeScript, Redux, Jest, Detox, FastAPI)",
"description": "An enterprise mobile application stack using React Native for\ncross-platform iOS and Android development with a shared TypeScript\ncodebase. Zustand manages application state with minimal boilerplate.\nJest handles unit and component testing while integration flows are\ntested end-to-end. FastAPI provides the backend API with Pydantic\nvalidation. React Navigation handles routing and deep linking.\nDesigned for enterprises shipping internal and customer-facing mobile\napps where maintaining separate native codebases is cost-prohibitive.\nThe tradeoff is native performance ceiling — React Native bridges\nJavaScript to native APIs, and UI-heavy screens with complex\nanimations or custom native modules may require dropping into\nplatform-specific Swift or Kotlin code, adding maintenance overhead.\n",
"composes": [
"language:typescript",
"library:zustand",
"tool:jest",
"framework:fastapi",
"library:pydantic",
"language:python"
]
},
"outgoingEdges": [
{
"from": "stack-profile:react-native-enterprise",
"to": "language:typescript",
"kind": "composed_of"
},
{
"from": "stack-profile:react-native-enterprise",
"to": "library:zustand",
"kind": "composed_of"
},
{
"from": "stack-profile:react-native-enterprise",
"to": "tool:jest",
"kind": "composed_of"
},
{
"from": "stack-profile:react-native-enterprise",
"to": "framework:fastapi",
"kind": "composed_of"
},
{
"from": "stack-profile:react-native-enterprise",
"to": "library:pydantic",
"kind": "composed_of"
},
{
"from": "stack-profile:react-native-enterprise",
"to": "language:python",
"kind": "composed_of"
},
{
"from": "stack-profile:react-native-enterprise",
"to": "tool:github-actions",
"kind": "composed_of"
},
{
"from": "stack-profile:react-native-enterprise",
"to": "library:zod",
"kind": "composed_of"
},
{
"from": "stack-profile:react-native-enterprise",
"to": "role:mobile-engineer",
"kind": "used_by_role"
},
{
"from": "stack-profile:react-native-enterprise",
"to": "role:frontend-engineer",
"kind": "used_by_role"
},
{
"from": "stack-profile:react-native-enterprise",
"to": "role:backend-engineer",
"kind": "used_by_role"
},
{
"from": "stack-profile:react-native-enterprise",
"to": "workflow:mobile-release-train",
"kind": "follows_workflow"
},
{
"from": "stack-profile:react-native-enterprise",
"to": "workflow:mobile-app-submission",
"kind": "follows_workflow"
},
{
"from": "stack-profile:react-native-enterprise",
"to": "domain:mobile",
"kind": "applies_to"
},
{
"from": "stack-profile:react-native-enterprise",
"to": "domain:software-engineering",
"kind": "applies_to"
},
{
"from": "stack-profile:react-native-enterprise",
"to": "skill-area:react-native-development",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:react-native-enterprise",
"to": "skill-area:mobile-state-management",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:react-native-enterprise",
"to": "skill-area:push-notifications",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:react-native-enterprise",
"to": "skill-area:app-store-deployment",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:react-native-enterprise",
"to": "skill-area:backend-api-design",
"kind": "requires_skill_area"
}
],
"incomingEdges": []
}