We are gonna rewrite the core reactive loop of Monarch in the TypeScript. The reason behind these changes is the undesirable performance overhead of the PureScript which doesn't have any sense of inlining. Also, curry function calls are not desirable for the main loop which gonna call many times in the whole life of the UI application.
We are gonna rewrite the core reactive loop of Monarch in the TypeScript. The reason behind these changes is the undesirable performance overhead of the PureScript which doesn't have any sense of inlining. Also, curry function calls are not desirable for the main loop which gonna call many times in the whole life of the UI application.