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

1.0.7 • 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",
        }
    ]
}

Dependents (6)

Package Sidebar

Install

npm i @singularsystems/neo-react

Weekly Downloads

251

Version

1.0.7

License

ISC

Unpacked Size

483 kB

Total Files

222

Last publish

Collaborators

  • brendanmza
  • brenwebber
  • tk_singular
  • cadynbridgman
  • mjfpalmer