Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 698 Bytes

File metadata and controls

41 lines (21 loc) · 698 Bytes

Redux-LIB

Getting started

Install the react-lib with node package manager.


$ npm install @app-masters/react-lib

AMComponent

App Masters extension of React Component. Maybe it'll do awesome things in the future.

Usage

Import and extend your component

Import AMComponent from '@app-masters/react-lib'

class MyComponent extends AMComponent {
    ...
}

Text

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.

Change Log

Check all changes on changelog.