Skip to content

Commit a1ffd7e

Browse files
authored
Update README.md
1 parent 6a83b0f commit a1ffd7e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ Decorators help simplify code by replacing the noise of common patterns with dec
1010
Conversely, decorators can also be overused and create obscurity.
1111
Decko establishes 3 standard decorators that are immediately recognizable, so you can avoid creating decorators in your own codebase.
1212

13-
> _**Note:** Decorators work by default with Babel 5.x. For Babel 6+, install [transform-decorators-legacy](https://github.com/loganfsmyth/babel-plugin-transform-decorators-legacy)._
13+
> 💡 **Tip:** decko is particularly well-suited to [**Preact Classful Components**](https://github.com/developit/preact).
14+
>
15+
> 💫 **Note:** For Babel 6+, be sure to install [babel-plugin-transform-decorators-legacy](https://github.com/loganfsmyth/babel-plugin-transform-decorators-legacy).
1416
1517

1618
## Installation

0 commit comments

Comments
 (0)