Tuitio client react is an npm package written in typescript that facilitates the integration of a react application with Tuitio.
 
Go to file
Tudor Stanciu de9a9b2470 add react peer dependency 2023-02-11 05:18:25 +02:00
.vscode tuitio-react-client package initialization 2023-02-11 05:11:27 +02:00
src tuitio-react-client package initialization 2023-02-11 05:11:27 +02:00
.gitignore tuitio-react-client package initialization 2023-02-11 05:11:27 +02:00
.npmrc tuitio-react-client package initialization 2023-02-11 05:11:27 +02:00
.prettierrc tuitio-react-client package initialization 2023-02-11 05:11:27 +02:00
README.md tuitio-react-client package initialization 2023-02-11 05:11:27 +02:00
jestconfig.json tuitio-react-client package initialization 2023-02-11 05:11:27 +02:00
package-lock.json add react peer dependency 2023-02-11 05:18:25 +02:00
package.json add react peer dependency 2023-02-11 05:18:25 +02:00
tsconfig.json tuitio-react-client package initialization 2023-02-11 05:11:27 +02:00
tslint.json tuitio-react-client package initialization 2023-02-11 05:11:27 +02:00

README.md

Tuitio client

Introduction

Tuitio react client is an npm package written in typescript that facilitates the integration of a react application with Tuitio.

This package uses tuitio-client internally and adds state management through a react context and various react hooks through which the user has access to data and actions.

Package installation

The package installation can be done in two ways:

  • from the command line: npm install @flare/tuitio-react-client@1.0.0
  • from the package.json file: "@flare/tuitio-react-client": "1.0.0"

How to use the package

TO DO

Unit testing

Unit testing is done using Jest. This is an awesome testing framework created by Facebook. The files containing tests are identified by the extension *.test.ts. All tests in the package can be executed by running: npm test.

Changelog

1.0.0 - Package initialization