GraphiQLBundle
GraphiQLBundle copied to clipboard
JS libraries management should be refactored
Current implementation of GraphiQLViewJavaScriptLibraries is far from ideal. react and react-dom versions should be decoupled. fetch polyfill is no longer required for modern browsers. For older ones, Promise, Map and Set polyfills are missing.
tl;dr GraphiQLViewJavaScriptLibraries should use a map.
Sounds awesome! The initial idea was to port as it is for version 0.1.0! I'm looking forwards for every improvements coming up now :)