Skip to content

Babel plugin for nicer display names for functional-pipeline style React components (eg when using ad-hok)

Notifications You must be signed in to change notification settings

helixbass/babel-plugin-transform-react-display-name-pipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

babel-plugin-transform-react-display-name-pipe

Provides improved display names (eg when debugging) for React components written as functional pipelines using flow(), flowMax(), or pipe()

This improves the debugging experience when using ad-hok

Installation

$ npm install --save-dev babel-plugin-transform-react-display-name-pipe

In your .babelrc (or babel.config.js):

"plugins": ["transform-react-display-name-pipe"]

License

MIT

About

Babel plugin for nicer display names for functional-pipeline style React components (eg when using ad-hok)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published