tkdodo.eu/blog/avoidin...
tkdodo.eu/blog/avoidin...
Looking for: A file where something with the name 'FontFamily' is imported and also the word 'ko' appears.
Search regex: (import.*FontFamily(.|\n)*ko)
Result:
Looking for: A file where something with the name 'FontFamily' is imported and also the word 'ko' appears.
Search regex: (import.*FontFamily(.|\n)*ko)
Result:
This will get you, for example:
- "http://localhost:3000" in dev
- "https://test.example.com" in test
- "https://example.com" in prod
This will get you, for example:
- "http://localhost:3000" in dev
- "https://test.example.com" in test
- "https://example.com" in prod
You can write the client and server logic in the same file and it replaces it with fetch calls when run on the client.
No "use client", no errors with client APIs in server components, etc..
watch at 0.5× 😆
You can write the client and server logic in the same file and it replaces it with fetch calls when run on the client.
No "use client", no errors with client APIs in server components, etc..
watch at 0.5× 😆
With framework mode, everything that made Remix great is now built into React Router.
remix.run/blog/react-r...
With framework mode, everything that made Remix great is now built into React Router.
remix.run/blog/react-r...
Suppose the question is about calculating prime numbers. If you happened to do something similar last week, you’ll breeze through the interview. If you’ve never worked with them before, you’ll probably struggle.
github.com/facebook/rea...
github.com/facebook/rea...
const [ref1, ref2, ref3] = useMultipleRefs()
The hook returns an iterator
- destructuring calls the iterator
- on each iteration, the hook returns a useRef()
const [ref1, ref2, ref3] = useMultipleRefs()
The hook returns an iterator
- destructuring calls the iterator
- on each iteration, the hook returns a useRef()