diff --git a/apps/docs/docs/alpha/alpha-test.md b/apps/docs/docs/alpha/alpha-test.md index 10c2cf22..9b80360e 100644 --- a/apps/docs/docs/alpha/alpha-test.md +++ b/apps/docs/docs/alpha/alpha-test.md @@ -49,7 +49,7 @@ Please create a GitHub issue describing what you are experiencing. The more info #### Opinions on Syntax and DevX -You can [start a GitHub Discussion](https://github.com/near/bos-web-engine/discussions/new?category=misc) or let us know through [this form](example.com) +You can [start a GitHub Discussion](https://github.com/near/bos-web-engine/discussions/new?category=misc) or let us know through this form :::warning TODO form diff --git a/apps/docs/docs/docs/FAQ.md b/apps/docs/docs/docs/FAQ.md index 5b1ac31c..a55b813e 100644 --- a/apps/docs/docs/docs/FAQ.md +++ b/apps/docs/docs/docs/FAQ.md @@ -25,10 +25,6 @@ BOS components are written in TypeScript or JavaScript and use Preact as the ren See the [npm section of our imports documentation](/docs/building-decentralized-frontends/imports#npm) for full details. You can attempt to import any npm package, but not all will work due to the sandboxed environment. -### How do I convert an existing (p)react application? - -See [migrating.md](migrating.md)(placeholder) for guidance on migrating an existing (p)react application to BOS. - ### What are the performance limits? How many sandboxed components can reasonably be rendered on a page? We don't have hard numbers to share here since our engine is constantly evolving, but the Social Feed app in our [demo list](http://bwe.near.dev) is a great example of a page with many components. We've found that the load time is reasonable for real world usage even on mobile devices with lower than average memory.