This is a post about how I work with data in fullstack development. Specifically, I share what I think are good patterns for sharing data and logic between the frontend and the backend of an application.
- 2020年02月13日
- 15 分
Against Fullstack Data Sharing- 2020年01月09日
- 5 分
React Pitfalls: useState initializationThis is a quick post about a “gotcha” I encountered recently in a React application. This involved the use of React’s
useState
hook, which had a subtle difference between how I thought the hook worked, and how it actually worked.