Skip to content

Nick Pachulski - iPhone App Developer

Posts about software development.

  • By Nick Pachulski
  • Based in United States of America
  • Roughly four posts per year
  • First post on

Posts per year

Data for this chart is available in the table below
Posts per year
Year starting Posts
2020 1
2021 7
2022 1
2023 1
2024 4

Any gaps could be due to errors when fetching the blog’s feed.

Most recent posts

Syncing State with AsyncStorage
I have a few providers which initialize state, shove it in a context, and then ensure that the state is synchronized with AsyncStorage so that if the app is quit and restarted, the context’s state …
On , by Nick Pachulski, 403 words
Composing React Providers with Differing Value Prop Types in a Type-Safe Way with Typescript
There’s a common complaint - not a problem, per se - that people run into when building applications which use React Contexts to share state. every React doom tree must have obligatory hadouken pic.twitter.com/VHej94qn2w— swyx …
On , by Nick Pachulski, 895 words
Testing React Native Alerts
Today I needed to test drive a feature which allows users to confirm their account. Users find their name in a list and tap a “👋 This is Me” button by it. When the button …
On , by Nick Pachulski, 420 words