readme update

master
Tudor Stanciu 2023-02-14 01:09:38 +02:00
parent ffaf546864
commit 9a9370c2ec
1 changed files with 6 additions and 6 deletions

View File

@ -44,16 +44,16 @@ The only hosting environment tested for this service is Docker, but considering
### Javascript ### Javascript
Tuitio can be integrated with any system written in javascript through the npm package [tuitio-client](https://lab.code-rove.com/gitea/bricks/tuitio-client#readme). Tuitio can be integrated with any system written in javascript through the npm package [tuitio-client](https://lab.code-rove.com/gitea/bricks/tuitio-client#readme).
**Source code:** https://lab.code-rove.com/gitea/bricks/tuitio-client \ **Source code:** https://lab.code-rove.com/gitea/bricks/tuitio-client
**Registry:** https://lab.code-rove.com/public-node-registry/-/web/detail/@flare/tuitio-client **Registry:** https://lab.code-rove.com/public-node-registry/-/web/detail/@flare/tuitio-client
### React ### React
Tuitio can be integrated with an application written in React both through the above package and through: react-tuitio-client. Tuitio can be integrated with an application written in React both through the above package and through [tuitio-react-client](https://lab.code-rove.com/gitea/bricks/tuitio-react-client).
React Tuitio client uses [tuitio-client](https://lab.code-rove.com/gitea/bricks/tuitio-client#readme) internally and adds state management through a react context and various react hooks through which the user has access to data and actions. Tuitio react client uses [tuitio-client](https://lab.code-rove.com/gitea/bricks/tuitio-client#readme) internally and adds state management through a react context and various react hooks through which the user has access to data and actions.
**Source code:** \ **Source code:** https://lab.code-rove.com/gitea/bricks/tuitio-react-client
**Registry:** In development **Registry:** https://lab.code-rove.com/public-node-registry/-/web/detail/@flare/tuitio-react-client
### C# ### C#