Fix out of memory bug for mobile clients
This MR brings the following features;
- fix: prevent mobile clients from crashing because of initial memory allocation
- fix: disable stack debugging console logs to reduce the CPU usage of the browsers
- fix: cannot hide components properly on load
- add: examples to be used during the development process