Most Liked
DaAnalyst
.. plus, assuming you need some client-side state dependent template rendering in an actual Phoenix LiveView app:
- shadow DOM + id a must unless you want to use the
phx-update="ignore" - importing (a copy of) the tailwind sheet and having the render root adopt it when you need the same styling as throughout the rest of the app
- in dev, listening to app.css getting changed by tailwind and rebuilding app.js if you need to add tailwind classes to custom elements that don’t yet exist elsewhere on the fly
- writing your own directives to supplement Lit (e.g. for window events)
- …
Web components are truly awesome because there’s virtually nothing you can’t do client-side in an elegant and future-proof way.
3
Popular in Talks
ElixirConf 2017 - Perhap: Applying Domain Driven Design and Reactive Architectures to Functional Programming - by @Version2beta
...
New
ElixirConf 2017 - Keep an Eye on the Sky with Nerves and Phoenix - @electricshaman
As part of the next gener...
New
ElixirConf 2018 – Day 2 Opening Keynote – Justin Schneck (@mobileoverlord)
All talks thread:
New
@keathley - Senior Engineer Bleacher Report and Elixir Outlaws presenter
Talk: Building Resilient Systems with Stacking
Talk in three w...
New
Looks like videos have started to go up for ElixirConf US 2018. Here’s the playlist of ones available so far. I expect it’ll get updated ...
New
ElixirConf 2017 - Embedded Elixir for Monitoring the Built Environment - Christopher Coté
At CRT Labs (Natio...
New
ElixirConf 2017 - Well Behaved Native Implemented Functions for Elixir - @potatosalad
Native Implemented Fun...
New
#Day 1
ElixirConf 2017 - Day 1 Keynote - Justin Schneck (Discussion thread)
ElixirConf 2017 - My Journey from Go to Elixir - Veronica L...
New
ElixirConf 2017 - Cajoling the Bird: How we squeezed more out of Phoenix PubSub- Simon Zelazny
Grindr is a m...
New
ElixirConf 2017 - Elixir The Toyota Way - Powell Kinney
Toyota has a century-long legacy of innovation in ma...
New
Other popular topics
If I have a post route which an argument:
post /my_post_route/:my_param1, MyController.my_post_handler
How would get the post params ...
New
Erlang/OTP 25 [erts-13.2.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1]
15:22:35.803 [error] gen_event {lager_file_backend...
New
I am trying to figure out how Mix knows whether the environment is test, dev, or prod – where is this set?
Thanks.
New
Hello guys,
I have finally made it. I created an admin interface for a framework. It’s been on my todo list for years and with the curre...
New
Hello everyone,
Long time lurker first time poster here. I’ve recently begun working on Elixir full-time again! :raised_hands: It’s been...
New
Hi,
I need to transform a list of numbers into a map where the keys are the indexes and the values are the original values of the list. ...
New
I am trying to run a deploy with docker and I successfully runned with this command:
docker build -t romenigld/blog-prod .
but when I t...
New
Hi there,
I am working with Ecto-Postgresql and I need to call all of the records from a specific table but the table has 40,000 records...
New
Currently suffering from paralysis by [HTTP client] analysis. This is rather unusual in Elixirland as there tends to be consensus on the ...
New
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
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #javascript
- #code-sync
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #elixirconf-us
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #security
- #performance








