HTMX snuck a cute little jab at React in their documentation

preview_player
Показать описание

HTMLX is a small library for swapping out parts of your UI with responses from a server. It brings back AJAX and is not a full replacement for React

------------------------------------------------------------------------------
Hit us up on Socials!

#webdevelopment #webdeveloper #javascript #htmx #html #ajax #ui #tech #developerhumor #programmer #webdev #softwaredev #javascript
Рекомендации по теме
Комментарии
Автор

react should just embrace that it is a framework :P

samuelschwager
Автор

Well, React is really a light framework…it cares about rendering JSX and a little bit of state management/lifecycle stuff. The irony is that it ends up feeling like a framework anyway, because of convention, there is one main way that people do routing (react-router-dom) there is one main way people wrap API requests (Axios) there are a few form libraries (react-hook-forms, formik, and redux forms). So even though it’s not all in one package together, it can really feel that way.

CDavis-grwv