Yes, the system held in 2020 - in a blowout election. What happens when it's genuinely close, and the GOP still believes any Democratic victory is fraudulent by definition and justifies any attack on democracy to overturn it?
I explore at @TheProspect : https://t.co/1XU3sJCqLt
Question: what do you think the odds are that the GOP will take this loss as an opportunity to remake themselves as a party devoid of Trumpism/authoritarianism?
@dan_abramov @AdamRackis Is there a good way to suspend on the initial render if you’re creating the resource in an effect?
I got it working by having the child component use an infinite resource by default e.g.
function Child({resource = getInfiniteResource()}) {
It has a linter, bundler, compiler, formatter, testing framework, dependency manager, and more. All of these make sense as a single system, they're all related.
Here are some other tweets where I talk about Rome, in chronological order:
It seems like Concurrent React doesn’t render the app at all until the first maxDuration is reached. Am I missing something, or is this just what I get for playing with unstable features? https://t.co/INwx1Yk5Wn
@AdamRackis@Rich_Harris I have high hopes for Linaria - one of the few options that will do static extraction for reusable libraries (not just apps), but it’s got some bugginess https://t.co/IfZqUf9XM8
Reddit cuts back on styled-components and sees a 30% improvement in mount times: https://t.co/hKMvXYdWPK
Seems that CSS-in-JS solutions that don’t extract static CSS still aren’t fast enough at scale. I’m surprised that there are so few options there.
If you want CSS-in-JS in a reusable component – without inline styles and with support for server rendering – your best/only option is Linaria
https://t.co/IfZqUf9XM8
Are there any other options I’ve missed?
@kettanaito *If* the application using the library is implementing styled-component’s SSR API, yes. But it’s not reasonable for a reusable library to require that.
iOS 11.3 and macOS 10.13.4 include Service Workers — a powerful specification that allows background scripts to power offline web applications. iOS 11.3 also consults Web App Manifest when adding web apps to the home screen.
@__samrad Thanks. For whatever it’s worth, I’m using react-loadable like this - https://t.co/rxxWIUkHuq - so it doesn’t load the next route until RR is rendering it.
I’m thinking there might be a way to make something like RTG work here though