awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
obytes avatar

obytes/react-native-template-obytes

0
View on GitHub↗
4,239 stars·654 forks·TypeScript·MIT·3 vuesstarter.obytes.com↗

React Native Template Obytes

Ce projet est un template d'application mobile multiplateforme et un boilerplate TypeScript conçu pour initialiser des applications React Native avec l'écosystème Expo. Il propose une architecture préconfigurée avec une structure de dossiers standardisée pour accélérer le développement initial.

Le template se distingue par une architecture orientée fonctionnalités et une suite d'automatisation complète. Il intègre le routage basé sur les fichiers pour la navigation, un kit d'UI mobile orienté utilitaires pour le stylisme, et une couche de gestion d'état serveur pour la récupération et la mise en cache des données d'API distantes. La configuration inclut un pipeline CI/CD mobile utilisant GitHub Actions et EAS pour automatiser la construction, les tests et la distribution des binaires d'application.

Le périmètre fonctionnel couvre la validation de formulaires basée sur des schémas, le stockage local chiffré pour la persistance des sessions, et la localisation multilingue avec validation des fichiers de traduction. Il intègre également des outils de contrôle qualité, notamment des git hooks pour le linting et la vérification de types, ainsi que des tests unitaires et end-to-end automatisés.

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.

Historique des stars

Graphique de l'historique des stars pour obytes/react-native-template-obytesGraphique de l'historique des stars pour obytes/react-native-template-obytes

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait obytes/react-native-template-obytes ?

Ce projet est un template d'application mobile multiplateforme et un boilerplate TypeScript conçu pour initialiser des applications React Native avec l'écosystème Expo. Il propose une architecture préconfigurée avec une structure de dossiers standardisée pour accélérer le développement initial.

Quelles sont les fonctionnalités principales de obytes/react-native-template-obytes ?

Les fonctionnalités principales de obytes/react-native-template-obytes sont : 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.

Quelles sont les alternatives open-source à obytes/react-native-template-obytes ?

Les alternatives open-source à obytes/react-native-template-obytes incluent : 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…

Alternatives open source à React Native Template Obytes

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec React Native Template Obytes.
  • futurice/pepperoni-app-kitAvatar de futurice

    futurice/pepperoni-app-kit

    4,610Voir sur 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
    Voir sur GitHub↗4,610
  • tanstack/routerAvatar de TanStack

    TanStack/router

    14,681Voir sur 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
    Voir sur GitHub↗14,681
  • midudev/jscampAvatar de midudev

    midudev/jscamp

    3,811Voir sur 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
    Voir sur GitHub↗3,811
  • akveo/kittentricksAvatar de akveo

    akveo/kittenTricks

    7,267Voir sur 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
    Voir sur GitHub↗7,267
Voir les 30 alternatives à React Native Template Obytes→