Sebastian Werner

Results 51 comments of Sebastian Werner

BTW: The current (new) approach of Apollo's logic to fetch data on the server has been changed. They now call handle each component in the tree so that `fetchData` is...

@navgarcha You might want to have a look at [edgestack](https://github.com/sebastian-software/edgestack) - my current Apollo ready development stack. It includes a different async component solution which also supports locales and it...

I tried implementing these requirements in style of your component in this file: https://github.com/sebastian-software/edgestack/blob/master/src/api/common/createLazyComponent.js But I would like working on a single solution instead of implementing too many alternatives.

Looks good. I just figure it would be nicer from the API standpoint to use named parameters/fields instead of array indexes and destructing. In this case we can't use Promise.all()...

I am trying to add it to the edge stack... which means to its built tool: https://github.com/sebastian-software/edge-builder

Just want to add that double instances of the plugin could also be relevant when using the multi compiler feature of Webpack. We use that for efficient SSR (universal) bundling....

You should probably have a look at what the formatJS guys did in their library. They have ICU message formatting and plural rules. And everything based on CLDR data, too.

If you need specific help in getting this done it would be very appreciated.

You all might want to try this fork/alternative: https://www.npmjs.com/package/lean-intl