Skip to content

Commit

Permalink
remove stub migration instructions and form (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeterdev authored Feb 24, 2024
1 parent a811221 commit 7f75894
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion apps/docs/docs/alpha/alpha-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions apps/docs/docs/docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7f75894

Please sign in to comment.