Replace Webpacker with importmapped Hotwire as default JavaScript setup

A default Rails skeleton should not have to require the full JavaScript toolchain with Webpack by default. Let's start with an importmapped Hotwire, then make it easy to go from there to Webpac… Read more

Similar

Dates in JavaScript

I have worked with these before but have forgotten what I’ve learned, probably because I didn’t learn it correctly to begin with. The Date object in JS may be replaced, or rather, joined by, an object called Temporal which is meant to fix a lot of issues ... (more…)

Read more »

Middle Express JavaScript

Expressjs giờ đây không còn quá xa lạ với những anh em làm web hay sử dụng expressjs rest api với môi trường node nữa rồi. Nhưng hẳn nhiều trường hợp trong khi làm rest api khi check data thì chỉ có anh em làm nhiều mới biết, null, length, underfined... (more…)

Read more »