You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because the JSON grammar is much simpler than JavaScript’s grammar, JSON can be parsed more efficiently than JavaScript. This knowledge can be applied to improve start-up performance for web apps that ship large JSON-like configuration object literals (such as inline Redux stores).
It then backs that up with some data.
If this is true, this package may be able to lose some bundle size by no longer supporting the JS-literal option — or at least making it tree-shakeable when unused.
The text was updated successfully, but these errors were encountered:
The cost of JavaScript in 2019 § The cost of parsing JSON:
It then backs that up with some data.
If this is true, this package may be able to lose some bundle size by no longer supporting the JS-literal option — or at least making it tree-shakeable when unused.
The text was updated successfully, but these errors were encountered: