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