Install the react-lib with node package manager.
$ npm install @app-masters/react-lib
App Masters extension of React Component. Maybe it'll do awesome things in the future.
Import and extend your component
ImportAMComponentfrom'@app-masters/react-lib'classMyComponentextendsAMComponent{
...
}Text utils for React. nl2br is a React exclusive function to convert string newlines to <br/> tags.
The other functions can be found in a newer verstion in the js-lib.
Check all changes on changelog.