gaearon / gaearon/react-document-title
Suffix support?
Open
- Dominant language
- JavaScript
- Stars
- 1.8k
- Forks
- 102
- PR merge metrics
- No merged PRs in 30d
Description
Hi, it would be nice if there was a global suffix support.
This is how I imagine it could work API-wise:
Root level, producing `MyApp`.
```
...
```
Inside a specific page, producing `Index | MyApp`.
```
...
```
There could be also custom format function for those who need more power:
```
value ? value+' | MyApp' : 'MyApp'}>
...
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.