2021-01-06
2627
#react
Yaroslav Lapin
31914
Jan 6, 2021 â‹… 9 min read

Jotai vs. Recoil: What are the differences?

Yaroslav Lapin I'm a self-taught software engineer with over 10 years of experience. I like Elixir/Erlang and React/TypeScript. You can follow me on Twitter @JLarky.

Recent posts:

Visualize JSON data with these popular tools

JSON is one of the most popular data structures in and out of web development and data handling because it’s […]

Ukeje Goodness
Aug 16, 2024 â‹… 5 min read
Supabase Adoption Guide: Overview, Examples, And Alternatives

Supabase adoption guide: Overview, examples, and alternatives

Supabase offers comprehensive features that make it easy for frontend devs to build complex backends and focus on crafting exceptional UIs.

Isaac Okoro
Aug 15, 2024 â‹… 9 min read

Resolving hydration mismatch errors in Next.js

Next.js is a popular React framework that uses server-side rendering (SSR) to build faster and SEO-friendly applications, resulting in a […]

Timonwa Akintokun
Aug 15, 2024 â‹… 6 min read

Optimizing CSS time-based animations with new CSS functions

For a long time, the limited support for math functions made creating time-based CSS animations much more challenging. A traditional […]

Emmanuel Odioko
Aug 14, 2024 â‹… 17 min read
View all posts

One Reply to "Jotai vs. Recoil: What are the differences?"

  1. I was under the impression that Atomic solutions are not using Context, but they use their own pub/sub store that can react to change, and update right where the data was used. This was the reason I was looking for a change. I was wrong seems like. Now it’s no reason for me to use it instead of context.

Leave a Reply