Skip to content

Instantly share code, notes, and snippets.

View s-smits's full-sized avatar
🎯
Focusing

Stijn s-smits

🎯
Focusing
View GitHub Profile
@alvinsng
alvinsng / no-use-effect.md
Created March 17, 2026 20:00
Skill generated by Factory Droid
name no-use-effect
description Enforce the no-useEffect rule when writing or reviewing React code. ACTIVATE when writing React components, refactoring existing useEffect calls, reviewing PRs with useEffect, or when an agent adds useEffect "just in case." Provides the five replacement patterns and the useMountEffect escape hatch.

No useEffect

@JeanMeijer
JeanMeijer / main.html
Created November 13, 2025 14:05
Example Gemini 3.0 generation
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HEDEN | Museum for Modern Art</title>
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>