This section is about code tips and fixes. I record them here so I can reference them when I need to. I hope others may find them useful too.
Links
Have multiple sites running locally using virtual hosting with MAMP
Link >
Posts
- Making a number only text input
- How to export an apk file for testing
- How to fix NativeEventEmitter warning
- Copying a state variable’s value
- Creating an array of empty arrays
- Update all dependencies in package.json to latest
- Accessible hash links
- Difference between var, let and const
- Difference between document.ready and window.onload
- Passing a function prop from child to parent