Skip to content

Instantly share code, notes, and snippets.

View RickBoyerDev's full-sized avatar

Rick Boyer RickBoyerDev

View GitHub Profile
@RickBoyerDev
RickBoyerDev / gist:23a39079bdb7c2ac0a5e99e75659c6d3
Created October 7, 2025 13:16
Complete Bubble Plugin Development Guide
## 1. Critical Architecture Fundamentals
### Initialize.js vs Update.js
```
// Initialize.js - CANNOT access properties
function(instance, context) {
// Can only:
// 1. Set up DOM structure
// 2. Store references