Mike James
Mike James
Ha tbh i don't think things have changed that much in the last few years has it? what are you kicking around with these days?
Interested to hear any thoughts you have on using joi-browser with webpack code splitting, would it result in lazy loading? or would it end up where everything is required upfront?
This will block the server responding from other requests, shouldn't this be using the async equivalent apis from fs? `await util.promisify(fs.readFile)(filepath)` https://github.com/expo/custom-expo-updates-server/blob/main/expo-updates-server/pages/api/assets.ts#LL63C22-L63C34
Hey, Just been debugging Keystone email and I discovered its using fs.statSync? I've always been discouraged to use synchronous api's in a node process like a webserver. This request will...
Doesn't update text field as its only read on getInitialState, just want to clear my input after submitting a form. I'll keep this here I may contribute next week with...
Add https://systemuicons.com/ **Describe the solution you'd like** Ability to access https://systemuicons.com/ using ```import {X} from 'react-icons/sys'```
notice you have the fx-keyboard in the fixture app, whats required to get this added to npx create-target? Happy to help 👍