
Swizec Teller
@Swizec
Followers
17K
Following
17K
Media
11K
Statuses
89K
Writing Scaling Fast,a book on lessons learned from ~15 years of engineering in tech startups. blog ⏵ https://t.co/W5Iu7q7Jk9 latest book ⏵ https://t.co/b1U4jPx4PF
San Francisco
Joined July 2008
RT @DavidKPiano: Things I wish were table-stakes in every web app:. - Typing auto-focuses main input.- Enter submits forms.- Esc closes mod….
0
35
0
RT @Swizec: @ospfranco oh setInterval flat out lies to you and was not meant for long-lived background execution. You have to fake it manua….
0
1
0
"React is too complicated, just use vanilla".me with 1673 lines of spaghetti in home.js.
As always please try to build your app with vanilla js if you think it’ll be simpler. It’ll either be a superb learning experience, or you’re building something trivial. Also, this guy is a consultant whose entire job is to embed with the most incompetent teams in the industry.
1
0
4
RT @markwbudde: Had a great chat with @fiftyyears telling the @plasmidsaurus story for their new Happy Warriors series. At Caltech, I was….
0
13
0
There are no memos in here btw.But I do use React Query to load data with stable object identities.
@Swizec One example was making a div based canvas that allows user to add custom components to it and move it around. My solidjs based implementation was literally one component and almost trivial js. To make it work in React I would had to divide it up carefully and memo a lot.
1
0
10