epic-react-patterns
Provides guidelines for optimizing React components and performance in Epic Stack applications, focusing on best practices and patterns.
Install this skill
Security score
The epic-react-patterns skill was audited on Feb 9, 2026 and we found 12 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 70 | fetch(`/api/users/${params.username}`) |
Template literal with variable interpolation in command context
| 92 | showNotification(`Added ${product.name} to cart!`) |
Template literal with variable interpolation in command context
| 120 | showNotification(`Added ${product.name} to cart!`) |
Template literal with variable interpolation in command context
| 576 | return <Card user={{ ...user, fullName: `${user.firstName} ${user.lastName}` }} /> |
Template literal with variable interpolation in command context
| 589 | fullName: `${user.firstName} ${user.lastName}`, |
Template literal with variable interpolation in command context
| 648 | navigation.navigate(`/search?q=${query}`) |
External URL reference
| 81 | [You Might Not Need `useEffect`](https://react.dev/learn/you-might-not-need-an-effect) |
External URL reference
| 687 | - [React Router Documentation](https://reactrouter.com/) |
External URL reference
| 688 | - [React Documentation - You Might Not Need useEffect](https://react.dev/learn/you-might-not-need-an-effect) |
External URL reference
| 689 | - [Conform Documentation](https://conform.guide/) |
External URL reference
| 690 | - [Epic Stack Docs](https://www.epicweb.dev/docs) |
External URL reference
| 691 | - [Epic Web Principles](https://www.epicweb.dev/principles) |