• papers podcast posts projects
    • 2020年02月13日
    • 15 分
    Against Fullstack Data Sharing

    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.

    • Backend
    • Frontend
    • GraphQL
    • Javascript
    • Programming
    • 2020年01月09日
    • 5 分
    React Pitfalls: useState initialization

    This 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.

    • Frontend
    • Hooks
    • Javascript
    • React