mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 12:20:20 +01:00
Alternative to #33421. The difference is that this also adds an underscore between the "R" and the ID. The reason we wanted to use special characters is because we use the full spectrum of A-Z 0-9 in our ID generation so we can basically collide with any common word (or anyone using a similar algorithm, base64 or even base16). It's a little less likely that someone would put `_R_` specifically unless you generate like two IDs separated by underscore.  |
||
|---|---|---|
| .. | ||
| src | ||
| package.json | ||