Corentin Bilotta

Results 6 issues of Corentin Bilotta

With the 1.5 Meteor update, we will be able to split code dynamically. We can use react-loadable to load components on-demand. However, how would we go about sending the needed...

enhancement

The HTML minifier is not aligned with React rendering because it does things such as : - Stripping whitespaces inside of elements, this is very good but if you don't...

bug

When a file in the public folder changes, the client will infinitely refresh. This was handled in previous versions, but for some reason it broke.

enhancement

On SSR, you sometime have to fill the store with data that has the only purpose of making the rendering of static HTML possible. For example, if you want to...

enhancement

With Meteor 1.5, because of dynamic imports, we will be able to only load modules with what we actually need to use it. It will be great to avoid the...

enhancement

Hello, I have a Graphql server (ApolloServer) separated from my main app. I handle auth using this package : https://github.com/orionsoft/meteor-apollo-accounts So my quick questions are : How can I upload...

question