Bundle size of typescript-json is extremely small (as it works only in compilation process) and generated code by typescript-json not such small. Therefore, I think it does not effect on initial page loading unless you've defined typescript-json function calling code over thousands of times.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
So basically this library is faster than the native stringify because it's defining a schema ahead of time?
If so, I'm curious how this would work with applications with large amount of data. Would it slow down the initial page load?
Bundle size of
typescript-jsonis extremely small (as it works only in compilation process) and generated code bytypescript-jsonnot such small. Therefore, I think it does not effect on initial page loading unless you've definedtypescript-jsonfunction calling code over thousands of times.