BlueRain
Github
  • 💧Introduction
  • Overview
    • 📲Quick Start
    • 🎛️Configuration with bluerain.js
    • 🎡Lifecycle Events
    • 🛣️Roadmap
  • Key Concepts
    • 🔌Plugins
      • Developing an Analytics Plugin
      • Developing a Logger Plugin
      • Developing a Theme Plugin
    • 🎣Hooks
    • 🎁Components
    • 📦BlueRain Modules
    • 🎛️Configs
    • 📈Analytics
    • 📔Logger
    • 🎨Themes
      • Installation
      • Consuming Selected Theme
      • Customise Themes
      • Customise Components
      • Theme Configs
      • Theme Structure
    • Registry
  • Guides
    • 🗿Icons
    • 🛂Migrating from V3
  • Components
    • Typography
    • Icons
      • Icon
      • DynamicIcon 📌
      • PluginIcon 📌
  • CLI
    • Expo
    • Web
    • Storybook (Web)
    • Storybook Native (Expo)
Powered by GitBook
On this page

Introduction

This is the documentation of the upcoming release of BlueRain. It may discuss features that are not yet developed but are in the roadmap.

BlueRain is a React base framework to create universal applications. It is created to achieve following tasks:

  • Create universal applications. Which means a single codebase should build

    • Web Apps

    • Mobile Apps (React Native)

    • Desktop Apps (Electron)

  • Move from boilerplates to a plugin based system, with each feature being added as a plugin.

NextQuick Start

Last updated 6 years ago

💧