awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
obytes avatar

obytes/react-native-template-obytes

0
View on GitHub↗
4,239 星标·654 分支·TypeScript·MIT·4 次浏览starter.obytes.com↗

React Native Template Obytes

该项目是一个跨平台移动端项目模板和 TypeScript 样板,专为使用 Expo 生态系统引导 React Native 应用而设计。它提供了一个预配置的架构和标准化的文件夹结构,以加速初始开发。

该模板的独特之处在于其基于功能的项目架构和全面的自动化套件。它集成了用于导航的基于文件的路由、用于样式的实用优先(utility-first)移动端 UI 库,以及用于获取和缓存远程 API 数据的服务端状态管理层。该设置包括使用 GitHub Actions 和 EAS 的移动端 CI/CD 流水线,以自动化构建、测试和分发应用二进制文件。

更广泛的功能面涵盖了基于模式的表单验证、用于会话持久化的加密本地存储,以及带有翻译文件验证的多语言本地化。它还整合了质量强制工具,包括用于 Lint 和类型检查的 git hooks,以及自动化的单元测试和端到端 UI 测试。

Features

  • Project Bootstrapping - Provides a comprehensive project bootstrapping template with a pre-configured architecture and standardized folder structure.
  • Server State Managers - Provides a server state management layer using React Query for fetching and caching remote API data.
  • Binary Distribution Automations - Provides CI workflows designed to automate the building, releasing, and distribution of application binaries.
  • Mobile App Binary Distribution - Implements automated workflows via GitHub Actions and EAS for building and distributing mobile binaries.
  • Mobile CI/CD Pipelines - Integrates GitHub Actions and EAS to automate the building, testing, and distribution of mobile application binaries.
  • Release Automation - Provides automated workflows for building, testing, and distributing the application via CI tools.
  • Expo Ecosystem Development - Implements a complete development environment based on the Expo ecosystem including integrated routing and cloud build automation.
  • Mobile Application State Management - Coordinates server state synchronization and secure local storage for session persistence and authentication.
  • Mobile Starter Kits - Ships a pre-configured starter kit for TypeScript mobile applications with a standardized architecture.
  • TypeScript Mobile Boilerplates - Offers a type-safe development foundation with integrated schema validation for environment variables and form inputs.
  • Feature-Based Project Structures - Organizes the codebase into independent modules that group screens, components, and logic by specific application features.
  • Utility-First Styling - Uses a utility-first styling system based on TailwindCSS to build consistent user interfaces.
  • Mobile UI Styling - Provides a utility-first styling system with type-safe theme configurations for light and dark modes.
  • UI Utility Kits - Provides a minimal user interface kit utilizing utility-first CSS to ensure consistent application component styling.
  • Utility-First Styling - Applies pre-defined utility classes to components for rapid interface development.
  • Client-Server State Synchronization - Manages asynchronous data requests and synchronization between the server and client using specialized caching hooks.
  • Environment Variable Validation - Implements schema-based checking of environment variables to ensure all required configurations are present.
  • Automated Quality Assurance Suites - Ships automated unit and end-to-end testing suites to verify application behavior.
  • Cross-Platform Mobile Navigation Libraries - Implements a file-based routing system for managing screens and deep linking.
  • Encrypted Storage - Persists sensitive information in a high-performance, encrypted local key-value store.
  • Session State Persistence - Provides secure storage for session tokens and user data using high-performance local storage.
  • User Authentication Flows - Coordinates state management and secure local storage to handle user login and session persistence.
  • Automated Code Quality Tools - Automates the execution of linters, type checks, and git hooks to enforce coding standards.
  • Environment Variable Validation - Checks the presence and type of environment variables against a schema to prevent configuration-related crashes.
  • Automated End-to-End Testing - Includes automated user-flow verification to validate UI interactions via an external testing framework.
  • Pre-Commit Quality Checks - Runs linters and type checks on staged files during the commit process using Git hooks.
  • File-Based Routing Systems - Maps application screens to a directory structure for automatic route creation.
  • Schema-Based Form Validation - Implements type-safe user input forms using schema-based validation to ensure data integrity.
  • Global State Managers - Handles application-wide state and secure local data storage for complex flows like authentication.
  • Multi-language Support - Implements a translation system supporting multiple languages with linting for completeness.
  • Data Fetching & Caching - Provides a layer for fetching and caching remote API data to synchronize server state.
  • Mobile Development Templates - Expo-based React Native template with pre-configured tooling.

Star 历史

obytes/react-native-template-obytes 的 Star 历史图表obytes/react-native-template-obytes 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

React Native Template Obytes 的开源替代方案

相似的开源项目,按与 React Native Template Obytes 的功能重合度排序。
  • futurice/pepperoni-app-kitfuturice 的头像

    futurice/pepperoni-app-kit

    4,610在 GitHub 上查看↗

    Pepperoni App Kit is a starter kit and project template for building cross-platform mobile applications for iOS and Android using React Native. It provides a pre-configured scaffold that establishes a modular architecture and shared codebase to bootstrap new projects. The kit integrates a predictable state management system with disk persistence for offline access and a controlled loop for coordinating asynchronous side effects and API interactions. It also includes built-in mechanisms for token-based session authentication and identity validation to maintain secure user logins. The project

    JavaScript
    在 GitHub 上查看↗4,610
  • tanstack/routerTanStack 的头像

    TanStack/router

    14,681在 GitHub 上查看↗

    TanStack Router is a type-safe routing library for web applications that provides full type safety for paths, search parameters, and data loaders across the entire application stack. It functions as a comprehensive framework for server-side rendering, enabling the generation of complete HTML pages to improve initial load performance and search engine optimization. By integrating declarative data fetching, the library manages asynchronous information at the route level, supporting preloading, caching, and parallel request execution to ensure data is ready before components render. The project

    TypeScriptframeworkfullstackjavascript
    在 GitHub 上查看↗14,681
  • midudev/jscampmidudev 的头像

    midudev/jscamp

    3,811在 GitHub 上查看↗

    jscamp is a full-stack web development and education project focused on mastering JavaScript, TypeScript, and AI integration. It provides a structured curriculum and interactive exercises covering language fundamentals, frontend engineering, and backend API development. The project distinguishes itself through the implementation of autonomous AI agents capable of complex task automation, such as modifying files, managing servers, and executing API calls. It includes advanced AI development tools for conversational querying, real-time code suggestions, and automated repository analysis to gene

    JavaScriptbootcamp
    在 GitHub 上查看↗3,811
  • akveo/kittentricksakveo 的头像

    akveo/kittenTricks

    7,267在 GitHub 上查看↗

    KittenTricks is a cross-platform mobile starter kit and UI library for building applications for iOS and Android. It provides a foundational set of production-ready, accessible components and pre-built screens to accelerate the bootstrapping of mobile interfaces. The project features a dynamic mobile theming system that allows for the management and switching of light and dark color schemes at runtime. This framework enables real-time updates to the visual appearance of the interface without requiring an application restart. The library implements a comprehensive design system to ensure visu

    TypeScript
    在 GitHub 上查看↗7,267
查看 React Native Template Obytes 的所有 30 个替代方案→

常见问题解答

obytes/react-native-template-obytes 是做什么的?

该项目是一个跨平台移动端项目模板和 TypeScript 样板,专为使用 Expo 生态系统引导 React Native 应用而设计。它提供了一个预配置的架构和标准化的文件夹结构,以加速初始开发。

obytes/react-native-template-obytes 的主要功能有哪些?

obytes/react-native-template-obytes 的主要功能包括:Project Bootstrapping, Server State Managers, Binary Distribution Automations, Mobile App Binary Distribution, Mobile CI/CD Pipelines, Release Automation, Expo Ecosystem Development, Mobile Application State Management。

obytes/react-native-template-obytes 有哪些开源替代品?

obytes/react-native-template-obytes 的开源替代品包括: futurice/pepperoni-app-kit — Pepperoni App Kit is a starter kit and project template for building cross-platform mobile applications for iOS and… tanstack/router — TanStack Router is a type-safe routing library for web applications that provides full type safety for paths, search… midudev/jscamp — jscamp is a full-stack web development and education project focused on mastering JavaScript, TypeScript, and AI… akveo/kittentricks — KittenTricks is a cross-platform mobile starter kit and UI library for building applications for iOS and Android. It… bartonhammond/snowflake — Snowflake is a cross-platform mobile app starter designed for building iOS and Android applications using a single… expo/expo — Expo is a universal mobile framework designed to build native iOS and Android applications from a single codebase…