Skip to content

Commit c969919

Browse files
authored
🆕 react 19 / remix future flags (#437)
1 parent b53c00b commit c969919

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+5599
-3814
lines changed

.eslintrc

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
{
22
"extends": [
3-
"@remix-run/eslint-config",
4-
"@remix-run/eslint-config/node",
5-
"@remix-run/eslint-config/jest-testing-library",
63
"@bradgarropy/eslint-config",
74
"@bradgarropy/eslint-config-react",
8-
"@bradgarropy/eslint-config-typescript"
5+
"@bradgarropy/eslint-config-typescript",
96
],
10-
"rules": {
11-
// https://github.com/testing-library/eslint-plugin-testing-library/blob/main/docs/rules/no-await-sync-events.md#when-not-to-use-it
12-
"testing-library/no-await-sync-events": [
13-
"error",
14-
{
15-
"eventModules": ["fire-event"]
16-
}
17-
]
18-
}
7+
"rules": {},
198
}

content/now/2021-07-13.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,32 +10,32 @@ During the recovery I revamped my [Twitch][twitch] setup. I created new [overlay
1010

1111
Here's the exhaustive list of everything I released.
1212

13-
- [eslint-config][eslint-config]
14-
- [eslint-config-react][eslint-config-react]
15-
- [eslint-config-svelte][eslint-config-svelte]
16-
- [eslint-config-typescript][eslint-config-typescript]
17-
- [use-countdown][use-countdown]
18-
- [hue-sdk][hue-sdk]
19-
- [http][http]
20-
- [gatsby-seo][gatsby-seo]
21-
- [gatsby-link][gatsby-link]
22-
- [next-seo][next-seo]
23-
- [next-link][next-link]
24-
- [plop-generator-react-component][plop-generator-react-component]
25-
- [plop-generator-react-hook][plop-generator-react-hook]
13+
- [eslint-config][eslint-config]
14+
- [eslint-config-react][eslint-config-react]
15+
- [eslint-config-svelte][eslint-config-svelte]
16+
- [eslint-config-typescript][eslint-config-typescript]
17+
- [use-countdown][use-countdown]
18+
- [hue-sdk][hue-sdk]
19+
- [http][http]
20+
- [gatsby-seo][gatsby-seo]
21+
- [gatsby-link][gatsby-link]
22+
- [next-seo][next-seo]
23+
- [next-link][next-link]
24+
- [plop-generator-react-component][plop-generator-react-component]
25+
- [plop-generator-react-hook][plop-generator-react-hook]
2626

2727
Austin randomly got snow twice, and the second time we lost power and water for almost a week! I also got my [COVID vaccine][vaccine], which allowed us to get out [dancing][dancing] more. Sadly I sold my [motorcycle][motorcycle], but I can't be too down about it because I took the money and [lifted my truck][truck].
2828

2929
I joined [Polywork][polywork], talked with James Perkins on [Developers Hangout][developers-hangout], and launched a podcast called [Web Dev Weekly][wdw] with [Richard Gottleber][richard-gottleber].
3030

3131
And if all that wasn't enough, I've been exploring new opportunities. I interviewed with some pretty cool companies.
3232

33-
- [Stripe][stripe]
34-
- [Cloudflare][cloudflare]
35-
- [Airtable][airtable]
36-
- [Cypress][cypress]
37-
- [Remix][remix]
38-
- [Hashnode][hashnode]
33+
- [Stripe][stripe]
34+
- [Cloudflare][cloudflare]
35+
- [Airtable][airtable]
36+
- [Cypress][cypress]
37+
- [Remix][remix]
38+
- [Hashnode][hashnode]
3939

4040
Needless to say, I've needed a way to unwind in the evenings, so I've been playing some [World of Warcraft][wow] to get my mind off coding.
4141

content/now/2023-12-14.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ I got a [Nintendo Switch][switch] and have been loving it! I played my first eve
1212

1313
Although I haven't been coding much outside of work, I have been going to more meetups around Austin. It's been great getting out into the community.
1414

15-
- [Austin JS][austin-js]
16-
- [React ATX][react-atx]
17-
- [Next.js ATX][nextjs-atx]
18-
- [Remix Austin][remix-austin]
15+
- [Austin JS][austin-js]
16+
- [React ATX][react-atx]
17+
- [Next.js ATX][nextjs-atx]
18+
- [Remix Austin][remix-austin]
1919

2020
I also became an official host on [Compressed.fm][compressed]!
2121

0 commit comments

Comments
 (0)