Discussion:
[elm-discuss] On producing production product
Birowsky
2017-06-07 11:56:01 UTC
Permalink
Sup team, I just poured my feelings towards Elm on Medium:

Web is ready for you on line Elm
<https://medium.com/@birowsky/web-is-ready-for-you-on-line-elm-d3aa14dbf95>
--
You received this message because you are subscribed to the Google Groups "Elm Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elm-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Berry Groenendijk
2017-06-07 19:40:25 UTC
Permalink
Seriously impressed with your PWA. Looks fantastic. Great looking
interface. Easy interaction. Touch works. Great.

Would love to take a look at your Elm code, but I'm guessing your code is
not open source. It is probably not on your radar, but if you can somehow
transform this app in some sort of PWA framework or an example PWA
application that would be very helpful to the Elm community.
Post by Birowsky
Web is ready for you on line Elm
--
You received this message because you are subscribed to the Google Groups "Elm Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elm-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Birowsky
2017-06-13 11:31:02 UTC
Permalink
Sorry Berry, I was too busy enjoying Elm Europe. I offer my thanx for your
kind words. If you were there, I would've bragged to your face all day long
xD

But yeah, it's a client project, so the source is a top secret of a
multi-national value.

About the PWA specific patterns, I would point out that they are not
related to Elm. They are specific to the platform. But please don't think
twice to ask anything specific about it. For example, for the toaster
notifications we use Firebase Cloud Messaging. So as they come through, we
just send them to the Elm app through port, from where, our custom toaster
takes over:


navigator.serviceWorker.addEventListener('message', ({data}) =>
newNotificationPort.send(data));





Christian, we gonna make a joke out of the "Javascript Fatigue" aren't we.
--
You received this message because you are subscribed to the Google Groups "Elm Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elm-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Christian Charukiewicz
2017-06-07 21:51:24 UTC
Permalink
Well, I run this small team that somehow, after Elm, became a lot bigger,
even tho the number of people remained.
Fantastic way to summarize the impact of Elm on a small team. I share the
same experience since we adopted Elm for production use.
Web is ready for you on line Elm
--
You received this message because you are subscribed to the Google Groups "Elm Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elm-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...