Richard Scarrott

Results 57 issues of Richard Scarrott

Right now in the code splitting branch reducers aren't code split as they're defined in reducers/index and they in turn import ACTION_TYPES from action creators so actions also aren't code...

It'd be good to take advantage of LTC for node_modules as they're less likely to change so frequently. The new code splitting PR adds a bootstrap chunk which could double...

Waiting for https://github.com/facebook/jest/commit/62c4e9a7f5e9c36d2427843d933250cf1909336a to be released.

Not sure if it's worth merging in but here for reference

I wanted the option to disable it as it can slow down incremental builds / HMR when developing locally. TODO: - Test the performance gains to see if it's worth...

1. js (simple program showcasing `assert` / `okay`) 1. express.js (query param / json body validation middleware) 1. react (form validation) 1. remix (client + serverside form validation) 1. Password...

In many cases, you want to be able to serialize errors (usually w/ JSON.stringify), however currently the object root property is lost as it's a symbol. ```ts const user =...

I recently needed to write some tests which made assertions on an API response which did not have fixtures (i.e. e2e tests). This meant I was testing types more than...

Both rollup and webpack fail to efficiently tree-shake the codebase which, although very small, would be still be nice given it is side effect free. I think it's related to...

v2.1