Alex Vukov

Results 6 comments of Alex Vukov

@ScriptedAlchemy thank you for the review! I updated the main Readme with a reference to the new example Readme.md.

Do you have to show all 10 remotes on the same page? I guess not. You can have a router in the shell and lazy load each of your applications...

Hi @einarq! I am just seeing this issue. Sorry for the delay. `importRemote` does not preserve the types from the module it imports dynamically, however it can be passed a...

I compress the buffer using lz4 encode(). The buffer is in LZ4 frame format. Does lz4-napi only support the block format?

Hi @WillianAgostini, This might not be very convenient in some cases. For example if you clone the axios instance but for some reason you have to add yet another interceptor...

Thank you! There is also this option: ```JavaScript const baseApi = axios.create({ baseURL: '/api//test', //Template baseURL }); const version = function (version) { return { get: (url, config) => baseApi.get(url,...