gaearon / gaearon/react-document-title

Suffix support?

Open
#45 2 comments 10 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.