@app-masters/react-lib

Install the react-lib with node package manager.

Usage no npm install needed!

<script type="module">
  import appMastersReactLib from 'https://cdn.skypack.dev/@app-masters/react-lib';
</script>

README

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.