From f8a7748e2e9d06f97e00c72c690332d07d577bd8 Mon Sep 17 00:00:00 2001 From: Stephen Cattaneo Date: Mon, 9 Sep 2024 16:09:10 -0700 Subject: [PATCH] use userfront/react for react ref: DEV-1499 --- .nvmrc | 1 + README.md | 14 +------------- 2 files changed, 2 insertions(+), 13 deletions(-) create mode 100644 .nvmrc diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..d5a1596 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +20.10.0 diff --git a/README.md b/README.md index 1b21c99..0fb072e 100644 --- a/README.md +++ b/README.md @@ -8,19 +8,7 @@ To install and use the Userfront Toolkit, follow the instructions for your frame ### React -**Install:** `npm install --save @userfront/toolkit` - -**Use:** - -```js -import Userfront, { SignupForm } from "@userfront/toolkit/react"; - -Userfront.init("myTenantId"); - -export default function MyComponent() { - return ; -} -``` +Use Userfront React instead: [https://github.com/userfront/userfront/tree/main/packages/react](https://github.com/userfront/userfront/tree/main/packages/react) ### Vue