I can just echo this sentiment, thank you so much!
If you don't know @acemarke, he maintains Redux and is doing soo much work teaching and supporting the community and simultaneously figuring out the best way forward now that so much is happening in React. 💐
It’s obvious but deserves to be said every so often:
the @Reactjs and Redux communities are extremely lucky to have @acemarke so actively and meticulously involved.
I learn a tremendous amount from his writings and stewardship of both community and code. 🙇🏻
Thank you, Mark.
Our dev start times with #webpack has been sitting at 3+ minutes for a while. Removing eslint-loader, adding thread-loader and turning on babel cache and cache-loader (for styles) took that down to 1 minute cold start, 20s with warm cache.
But now when do I go get coffee..? ☕️
I'm excited that this article is starting to define the difference between terms like "schema first", "SDL first", and "code first" #GraphQL server development!
Lots of interesting tradeoffs, will be great to start talking about them more.
This is big.
That pesky 9th District Court just ruled in Robles v Domino’s that the ADA applies to web sites.
Courts can now order companies to make their sites WCAG 2.0 compliant.
lflegal.com/2019/01/dominos-…
Excellent to-the-point writeup with generalizable lessons learned.
Always make sure to learn from others mistakes so you do not have to repeat them yourself!
📝 Tech Choices I Regret at Spectrum 📝
A reflection on the lessons I learned from the tech choices that didn't work out for @withspectrum.
👉 mxstbr.com/thoughts/tech-cho… 👈
It is going to be soo nice when we can avoid using (complex) external libraries for this!
With Fizz I bet we are also going to be able to get the chunks that were used during a serverside render in order to preload them if we want to.
React.lazy is supported for SSR out of the box with experimental react-aldrin.
All you need to do is make sure to transform that import("...") to something node can understand on the serverside, with something like babel-plugin-dynamic-import-node.
Heads up: Experimental SSR-renderer react-aldrin@0.2.0 is out with support for react@16.8.0-alpha.0, for those that feel that the bleeding edge is not quite dangerous enough. ⚠️
Still on parental leave with stable release being no priority at all. 👨👦
github.com/Ephem/react-aldri…
Fun fact: I started building this in my hotel room with a bottle of wine @ReactEurope after @kenwheeler said SSR was the worst. Now your bread-shop can finally have great SEO!
⚠️ This project is highly experimental and is not suitable for production use
⚠️ This project does not in any way represent future React-APIs, or how the new Fizz server renderer will work
Also, early work and contains ugly hacks, likely to be buggy.
🌔 Announcing Aldrin, a highly experimental React server renderer with support for Suspense data fetching and automatic de/rehydration of data
Fetch data as deep down in the tree as you want, no more hoisting fetching to route-level or double-rendering
github.com/Ephem/react-aldri…
The RFC-draft I wrote for react-redux to better support code splitting reducers evolved into a full <StoreModifier> to support sagas, epics etc.
Looking for more feedback: github.com/reduxjs/react-red…
Thanks @michaelpeyper@abettadapur and @acemarke for great comments!
2018 achievements:
1. I was a pretty decent father
2. I was a pretty decent husband
3. I learned stuff, had some pretty decent ideas and wrote some pretty decent code
2019 - More of the same! I am so, so lucky, what else could I wish for? Happy new years!
I just opened a rough RFC-issue in react-redux to discuss a first class API around dynamically adding reducers from within the component tree. It was scary to write, please be nice. 😅
github.com/reduxjs/react-red…@acemarke@yaypie@timdorr