2024-06-12
1966
#vanilla javascript
Frank Joseph
191680
Jun 12, 2024 ⋅ 7 min read

Superglue vs. Hotwire for modern frontend development

Frank Joseph I'm an innovative software engineer and technical writer passionate about the developer community. I'm interested in building applications that run on the internet.

Recent posts:

React Libraries For Building Forms And Surveys

React libraries for building forms and surveys

Consider using a React form library to mitigate the challenges of building and managing forms and surveys.

Hussain Arif
Dec 11, 2024 ⋅ 7 min read
Hoppscotch Vs Postman: A Guide To API Testing

Hoppscotch vs. Postman: a guide to open source API testing

In this article, you’ll learn how to set up Hoppscotch and which APIs to test it with. Then we’ll discuss alternatives: OpenAPI DevTools and Postman.

Chigozie Oduah
Dec 10, 2024 ⋅ 5 min read
React Native logo over red background.

Implementing camera functionality in React Native

Learn to migrate from react-native-camera to VisionCamera, manage permissions, optimize performance, and implement advanced features.

Chimezie Innocent
Dec 9, 2024 ⋅ 13 min read
Solid Principles For Javascript

SOLID principles for JavaScript

SOLID principles help us keep code flexible. In this article, we’ll examine all of those principles and their implementation using JavaScript.

Frank Joseph
Dec 5, 2024 ⋅ 10 min read
View all posts

One Reply to "Superglue vs. Hotwire for modern frontend development"

  1. That’s interesting, but now some frameworks are handling server-side rendering themselves, so they are sending HTML directly from the server.
    NextJS is heavily investing on it for the React ecosystem. They can stream HTML as needed from the server, handling even form validations on server-side (using React Server Components)

Leave a Reply