08-31-2017 09:11
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

08-31-2017 09:11
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Basically it seems obvious I shouldn't use big libraries and expect it to work, but what about smaller "micro-libraries" and utilities? For example, if I wanted to leverage the 2kb redux library, could I feasibly do that?
On a similar topic, what does MemoryUsage.total return on a "hello world" type application?
Answered! Go to the Best Answer.
Accepted Solutions
10-02-2017 13:20
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


10-02-2017 13:20
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Sorry for the delay.
JavaScript apps have about 64kb memory to operate in. The file system is limited to 15mb storage (including the app code) for each application.
I know you already received this information on Discord, but here is is for other users:
JS: 15664/65528
10-02-2017 13:20
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


10-02-2017 13:20
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Sorry for the delay.
JavaScript apps have about 64kb memory to operate in. The file system is limited to 15mb storage (including the app code) for each application.
I know you already received this information on Discord, but here is is for other users:
JS: 15664/65528
