HackerTrans
TopNewTrendsCommentsPastAskShowJobs

thomassharoon

no profile record

Submissions

PyCon US 2024: Call for Proposals Launched

us.pycon.org
3 points·by thomassharoon·3 anni fa·0 comments

comments

thomassharoon
·2 anni fa·discuss
> But honestly, torn towards htmx but undecided.

We are in the middle of migrating from our monster react application into server rendered pages (with jinja2). The velocity at which we are able to ship and the reduction of complexity has been great so far.

Managing client side state for simple things like (is the dropdown open/closed), listening to keyboard events and such can be done with something like alpine-js [1] without all the baggage that something like react brings.

It appears this is already the trend with JS frameworks too - with server side rendering being the new norm.

[1] https://alpinejs.dev/
thomassharoon
·2 anni fa·discuss
Yep.

https://hypermedia.systems/hypermedia-components/

And to avoid entire page rewrites, there is alway the option to inject a server response (html) into the top (or end) of comments for example.
thomassharoon
·2 anni fa·discuss
not everything needs the window url to be updated.

* Add a comment on the timeline and you don't need the url to be updated. * Open a new record and the url needs to be pushed to history
thomassharoon
·3 anni fa·discuss
From the GH repo:

> You can deploy ToolJet on Heroku for free using the one-click-deployment button only until 28th November 2022.

Why the limitation?