@singularsystems/neo-react
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

neo-react

This project contains the react/mobx implementation of the neo client library.

It also contains UI components built for react.

Changelog

View the changelog here.

Testing

To debug the tests, you need to add the following to .vscode\launch.json

{
    "version": "0.2.0",
    "configurations": [
        {
            "type": "node",
            "request": "launch",
            "name": "debug tests",
            "cwd": "${workspaceFolder}",
            "runtimeExecutable": "yarn",
            "runtimeArgs": ["run", "--inspect-brk", "test"],
            "args": ["${fileBasename}"],
            "stopOnEntry": true,
            "console": "integratedTerminal",
        }
    ]
}

Readme

Keywords

none

Package Sidebar

Install

npm i @singularsystems/neo-react

Weekly Downloads

151

Version

1.0.3

License

ISC

Unpacked Size

479 kB

Total Files

218

Last publish

Collaborators

  • brendanmza
  • brenwebber
  • tk_singular
  • cadynbridgman
  • mjfpalmer