Latest #javascript Threads Top

Jskalc
I’ve just released MquickjsEx, an Elixir library for embedding JavaScript execution directly in your BEAM process using MQuickJS. It’s a ...
New
Exadra37
Why I have prototyped an Event Modelling Canvas app with Phoenix 1.8 LiveView, and I use a lot of custom JavaScript, which I include in ...
New
AstonJ
Phil just posted this on EFS: …interesting that some of the key updates to JavaScript appear heavily influenced by (or blatantly copied...
New
mwmiller
I’m wondering if there is a way to use some Javascript client APIs via Hologram without writing some kind of pure JS hooks. I want to ad...
New
hayleigh
Hey folks! I’m the author of Lustre which is a frontend framework written in Gleam. Lustre has the ability to run components as native Cu...
New
LostKobrakai
I’ve recently created a small library phoenix_vite integrating the vite build tooling with phoenix. It provides an igniter.installer t...
New
MarthinL
Hi all, Central to Phoenix and LiveView’s charm is that most users, including myself, prefer to leave the bits of javascript coding it r...
New
andreh
Hi, I’ve made a date picker web component for my app: It’s really tailored to my needs (for example, it handles ISO week numbers), bu...
New
cblavier
Hey there, I’ve been using mix credo and mix format --check-formatted in CI for years, and it’s working perfectly. What Javascript linte...
New
tozz
I’m currently seeing some issued with our admin interface, where people on Intel CPU’s being shown the “the tab has crashed” kind of dial...
New

This Week's Trending Top

This Month's Trending Top

This Year's Trending Top

ryanzidago
Hi all, I have the following apps: an application server that host my Elixir, Phoenix app hosted on Fly.io an AI server hosting OpenAI...
New
stiegi
As the title suggests, I’d like to hear your opinion of the idea to replace esbuild with bun.js, since it recently received its 1.0 relea...
New
axelson
One of my LiveView view’s has a very heavy javascript dependency so I want to avoid loading it for every page on the site, while still us...
New
belaustegui
Hi! Bun is a new all-in-one toolkit for Javascript: bundler, test runner, package manager, dev. environment, etc. It can do what Esbuild...
New
AstonJ
Phil just posted this on EFS: …interesting that some of the key updates to JavaScript appear heavily influenced by (or blatantly copied...
New
LostKobrakai
I’ve recently created a small library phoenix_vite integrating the vite build tooling with phoenix. It provides an igniter.installer t...
New
hayleigh
Hey folks! I’m the author of Lustre which is a frontend framework written in Gleam. Lustre has the ability to run components as native Cu...
New
Sidi_Mohammed
Hello, I have imported a javascript library to app.js and creating an instance from this library, however that stop LiveView from worki...
New
Exadra37
Why I have prototyped an Event Modelling Canvas app with Phoenix 1.8 LiveView, and I use a lot of custom JavaScript, which I include in ...
New
jbosse
I work on a system with some complicated UI that requires a bunch of custom JavaScript hooks. One thing I don’t love is tracking event li...
New
Jskalc
I’ve just released MquickjsEx, an Elixir library for embedding JavaScript execution directly in your BEAM process using MQuickJS. It’s a ...
New
mwmiller
I’m wondering if there is a way to use some Javascript client APIs via Hologram without writing some kind of pure JS hooks. I want to ad...
New

Last Three Year's Trending Top

sergio
Kind of like when jquery came out, it was super necessary. Existing drag and drop libraries have a bunch of baggage to support old browse...
New
silverdr
I know I can have heex attributes like phx-click="eventid" in the markup and then def handle_event("eventid", _, socket), do: [...] But...
New
mindreframer
Hey everyone, yesterday I have played around with Vite.js and it feels really nice for frontend dev in Phoenix. The setup is currently a ...
New
MRdotB
I needed to reuse React components from my Chrome extension in my Phoenix/LiveView backend. I noticed that for Svelte/Vue, there are live...
New
pillaiindu
Elixir is fast, but not everyone on the planet is having a fast internet connection. Optimistic UI (previously called Latency Compensatio...
New
subbu
Tailwind has nice transitions for components like slid-overs, dropdowns, and modals. For example, these are the transitions classes for a...
New
njwest
tl;dr Phoenix lover adventuring through NodeJS greatly misses the OTP promised-land, and is happy to be visiting Elixirland. He also conc...
New
wlminimal
Hi guys! I have delete button something like this… ve delete button something like this… <%= button to: recipient_path(@conn, :del...
New
rhcarvalho
Hello! There are moments in the lifecycle of a LiveView app that the client disconnects and briefly reconnects (e.g.: tab woke up from sl...
New
WFransen
Haven’t found a topic on the elixir forum regarding this, only on stackoverflow. If it exists already, please point me in the right direc...
New
aglundahl
Hi all! I’ve put together DenoRider, a JavaScript runtime embedded in Elixir via Rustler and the deno_runtime crate. My use case is ser...
New
drozdzynski
Storex is a frontend store with state management handled on the backend. It allows you to update the store state both from the frontend a...
New
trisolaran
Hello! I hope you’re all enjoying your summer! (or winter if you live in the southern hemisphere) Suppose I have a key event binding on ...
New
aus
Is there a way to use https://tom-select.js.org with LiveView? I tried it out, but the <select> element that I tried to affect is ...
New
Hermanverschooten
I have been using absinthe for a while now, and a couple of months ago we switched from webpack to parcel for our JS bundling. All worked...
New

Trending Over Three Years Top

grych
Hi folks, Few months ago I have announced the proof-of-concept of the library to manipulate the browsers DOM objects directly from Elixi...
639 52238 488
New
dimitarvp
Hey guys, How do I include a plain old JS file without any exports or modern shebangs inside my resulting app.js? The file is just a col...
New
aligredo
Hello there, I’m trying to generate a checksum using :crypto.hash/2, I want to hash the first 8 characters only of my string and get the...
New
zorbash
I created Kitto a framework for dashboards inspired by Dashing. [demo] The distributed characteristics of Elixir and the low memory foo...
New
dojap
I am having troubles with running JavaScript inside Phoenix. Things that work in a normal html file doesn’t seem to work from Phoenix Li...
New
romenigld
hello Guys, I am trying to upload a photo on S3 Amazon by the course LiveView of the PragProg. And I am having some errors. on the ap...
New
New
ryloric
Hi!, What’s the best way to sprinkle bits of javascript for use inside EEx templates, just simple things like handling button clicks, hi...
New
OvermindDL1
I'm curious about peoples thoughts about this, especially of @chrismccord. In my project I have brunch and 2 other javascript build sys...
New
sashaafm
I'd like to know what are your opinion between building a Web App using embedded Elixir/Phoenix (.eex files), where the data is being pas...
New
ycv005
I want to Hide full-window Modal when the back button of browser is pressed only on the particular page.
New
gus
Hello all, I recently started experimenting with Phoenix for a personal project, and am loving it so far. However, I’ve gotten really st...
New
shortlyportly
Hi All. I’m developing an app using Phoenix and I want to include a JavaScript library on specific pages (don’t want to load it on those...
New
morinap
I am using LiveView to render a form and a phx_change event to send updates back to the controller. I’m also using an extra library (Sele...
New
SZJX
Bootstrap.js requires jquery and popper.js to be loaded before it to work. So I specified: import css from '../css/app.scss'; // webpac...
New
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement