FAQ

Below you will find an overview of frequently asked questions. Please fill out an issue to ask us anything. We're looking forward to your message.

Does the bundle size really start at 3 KB?

Yes, this information should be about right. The playground on this website uses almost the entire functionality of Modular Forms through the various examples, coming to a bundle size of 5 KB. However, the size also depends on how much your bundler divides the library into small chunks.

Is there a framework agnostic core?

In April 2023, I had developed a framework agnostic core package to avoid having to support the same code for each framework separately. However, this implementation brought disadvantages for each framework, because I had to consider some framework dependent details. For this reason, I decided to rather put a little more work into it and make the implementation for each framework completely independent to make it as perfect as possible. Therefore, at the moment there is no framework agnostic core.