Increasingly Functional

  • About
  • tags

Passkeys for React Native with Clojure, Part IV

September 4, 2024

Welcome to this, the fourth and final installment of our series on implementing passkeys in Clojure and React Native. Part one covered the background on how passkeys work and the data model, part two covered user registration, and part three covered user authentication. Today, we’re going to build the client using react-native-passkey.

Continue reading

Passkeys for React Native with Clojure, Part III

September 3, 2024

Welcome back to this series on implementing passkeys in Clojure. For background on how passkeys work and how we’re building this backend, please refer back to part one of the series which covers the data model behind our implementation, and part two, which covers user registration.

Continue reading

Passkeys for React Native with Clojure, Part II

August 26, 2024

Welcome back to this series on implementing passkeys in Clojure. For background on how passkeys work and how we’re building this backend, please refer back to part one of the series.

Continue reading

Passkeys for React Native with Clojure, Part I

August 22, 2024

This is part one of a series. Find part two here.

Continue reading

ClojureScript and React Native with Hermes

August 19, 2024

As of version 0.70.0, Meta’s Hermes became the default JavaScript engine for React Native. While JSC is still supported, the React ecosystem moves fast, and what is the default now can quickly become the only supported option.

Continue reading
Next

Powered by Jekyll with Type Theme