| name | description |
|---|---|
no-use-effect |
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.
|
TL;DR: We're witnessing the end of graphical user interfaces. AI agents like Claude Code are eliminating the need for windows, menus, and clicks, replacing them with natural language. The computer is finally learning to speak human, not the other way around.
Last week, I realized something profound: I haven't opened Finder in months. Not once.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace Twilio; | |
| use GuzzleHttp\Client as HttpClient; | |
| use GuzzleHttp\Collection; | |
| use GuzzleHttp\Command\Guzzle\GuzzleClient; | |
| use GuzzleHttp\Command\Guzzle\Description; | |
| use GuzzleHttp\Command\Model; | |
| use GuzzleHttp\Subscriber\Retry\RetrySubscriber; |
Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.