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
  1. Overview

Lifecycle Events

BlueRain Boot Lifecycle Events

  • bluerain.boot

    • bluerain.boot.start

      • bluerain.components.register.internal

    • bluerain.configs.load

    • bluerain.components.register

    • bluerain.hooks.register

    • bluerain.routes.register

    • bluerain.plugins.register

    • bluerain.plugins.initialize.all

      • bluerain.plugins.initialize

    • bluerain.boot.end

PreviousConfiguration with bluerain.jsNextRoadmap

Last updated 6 years ago

🎡