2022-09-14
2367
#vanilla javascript
Dave Seidman
132037
Sep 14, 2022 ⋅ 8 min read

Building stateful web apps without React

Dave Seidman Stunt coder with over 20 years of experience creating digital experiments that have extended across the world and beyond the Kármán line. Constantly searching for new ways to bend and exploit technology for the betterment or amusement of humanity.

Recent posts:

axios in javascript

Axios in JavaScript: How to make GET, POST, PUT and DELETE requests

Learn how to use Axios in JavaScript for GET, POST, PUT & DELETE requests. Examine setup, error handling, and API best practices.

Faraz Kelhini
Apr 1, 2025 ⋅ 19 min read
how AI is shaping the future of 3D web development

How AI is shaping the future of 3D web development

AI for 3D web development is taking the internet by storm. Learn about this trend, the best tools for 3D web experiences, and how it’ll affect the development landscape moving forward.

Elijah Asaolu
Apr 1, 2025 ⋅ 5 min read
docker exit code 1

How to troubleshoot exit code 1 in Docker

exit code 1 is one of the most common and frustrating errors for developers working in Docker. Explore what it means and how to fix it.

Ukeje Goodness
Apr 1, 2025 ⋅ 4 min read
axios vs fetch 2025 update

Axios vs. Fetch (2025 update): Which should you use for HTTP requests?

Fetch() is native, but Axios is powerful. Which should you use in 2025? We compare features, error handling, and performance to help you decide.

Faraz Kelhini
Apr 1, 2025 ⋅ 13 min read
View all posts

2 Replies to "Building stateful web apps without React"

  1. Great. When I’m working on React and am focusing on the “framework”, I sometimes forget that I’m using ‘javascript’. This post reminds that. Thanks

Leave a Reply