Sean Matheson
Sean Matheson
I have successfully implemented a brand new library that completely replaces this one. It provides all of the features, including support for React Hot Loader without having to run any...
- [ ] Extended API tutorial - [ ] Rewrite API docs - [ ] Example apps - [ ] Comments on TypeScript definitions - [x] Fix ESM build
The `addModel` and `removeModel` API doesn't feel as integrated as the rest of the APIs. This proposal will detail an inline approach of declaring your code-split/lazy-loaded models. Details coming soon.
When utilising this in a React context I was getting exceptions where `a.valueOf` / `a.toString` did not exist. The current logic didn't take this into account, leading to an exception...
In the [previous](https://github.com/gcanti/babel-plugin-tcomb/issues/48) post we covered how to get started with `babel-plugin-tcomb` and `flow`. In this post we want to introduce a unique feature of [tcomb](https://github.com/gcanti/tcomb) which will be especially...
Thinking of something like the following: ```javascript import { useSizeMe } from 'react-sizeme/hooks'; // 👈 note the "/hooks" function MyComponent() { const [sized, width, height] = useSizeMe( ({ width, height...
The behaviour of element-resize-detector causes a div to be injected which helps with tracking. Unfortunately this can break your flex layouts. To resolve you need to create a wrapping div...
Mostly there 👍 What I have done: - [x] Configured the project as a lerna monorepo, utilising a versioning system that keeps all packages on the same version number. We...
@alidcastano is doing a fantastic job with [Rogue](https://github.com/alidcastano/rogue). It provides much of the niceness I am after these days with zero config. Next.js, Razzle, and After.js are also incredible alternatives....