|
|
|
|
|
by no_wizard
314 days ago
|
|
Not what I am talking about though. I’m talking about in place of a fetch call, you could simply import a json response from an endpoint, there by bypassing the need to call fetch, and you’ll get the response as if it’s imported. It won’t replace all GET calls certainly but I can think of quite a few first load ones that can simply be import statements once this happens |
|