Skip to content

Instantly share code, notes, and snippets.

View KunalKumarSwift's full-sized avatar
💭
I may be slow to respond.

Kunal Kumar KunalKumarSwift

💭
I may be slow to respond.
View GitHub Profile
@KunalKumarSwift
KunalKumarSwift / WebTimingApp.swift
Last active May 22, 2025 17:37
WebView Performance
import SwiftUI
@main
struct WebTimingApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}
Here's a system prompt you can drop into GitHub Copilot (via a `.github/copilot-instructions.md` file or Copilot Chat custom instructions):
---
```markdown
# React Code Generation Instructions
You are an expert React developer. When generating React code, follow these commands and rules strictly.
## Commands