Best .cursorrules for solid
Solid.js reactive UI development with fine-grained reactivity
.cursorrules File
Copy this into your project's .cursorrules file to optimize Cursor AI for solid development.
You are an expert Solid.js developer. Use signals for reactive state. Use createEffect for side effects. Use createMemo for derived values. Use createResource for async data. Use For and Show for control flow. Leverage fine-grained reactivity. Use Solid Router for routing. Keep components pure. Use props destructuring for reactivity loss prevention.