jhsware

Results 17 comments of jhsware

IE11 will reach end-of-life on Aug 17th, 2021, so I doubt supporting it is worth the overhead unless you get it for free. https://www.theverge.com/2020/8/17/21372487/microsoft-internet-explorer-11-support-end-365-legacy-edge

@mindplay-dk @chowey I agree that IE has an impressive will to survive. But given the negative impact of supporting IE on the other 98%+ of users I don't think the...

I like the JSX-syntax support in React Router. Also need solid support of server-side rendering. The Inferno port of React Router is probably worth looking at: https://github.com/infernojs/inferno/tree/master/packages/inferno-router

@kdy1 Given that `const enum` is a bit of an outlier but very useful for library developers who want to keep bundles small, would a way forward be to pass...

@kdy1 @Brooooooklyn Here is an example of const enum being used in Infernojs to keep the generated bundle size small and performance high, but still type safe and readable. Const...

Just use a standard HAProxy setup. In this case I have installed it locally on the machine that wants to access the Dynomite cluster. Then you add a listener in...

If you use const enums in your code there is an issue with esbuild that is worth being aware of (I don't think it is a show stopper for app...

Hopefully we can get improved support in ParcelJS v2 soon https://github.com/parcel-bundler/parcel/pull/8651 . I am using it with a custom resolver, but I need a fix of the way they support...

@Havunen if you have lived with this for four years it might be worth closing 😁

I have entirely moved to ParcelJS and Jest, you can try it out using these templates https://github.com/jhsware/inferno-parcel-templates