Hi Håkon,

I have switched from React + Redux + Bootstrap to Elm + Elm Mdl my hobby 
project:
*https://offtie.com/* <https://offtie.com/>

Project allows to save urls to read later without data connection or in 
AirPlane Mode.
Urls are parsed by www.readability.com and saved into LocalStorage.

Site uses Service Workers (in JS) to cache all site resources so they are 
available offline (works in Chrome, FF).

*UI+backend connection is all in Elm + Elm Mdl. *Main.elm is 220 lines. Can 
be reduced to 150.
*LocalStorage stuff is done via ports.*

Minified and gzipped bundle is in 5 times smaller than React + Redux 
version.

Minified gzipped Elm bundle is 42Kb + 26Kb material design css.

React bundle (babelify + minify + gzip) was about 200Kb. + 70Kb bootstrap.

On Tuesday, August 16, 2016 at 11:33:35 AM UTC+3, Håkon Rossebø wrote:
>
> Elm-mdl <https://github.com/debois/elm-mdl> - is getting more usage in 
> various applications/projects. To improve documentation, we want to create 
> a list of implementations - all kinds - simple to complex and use it as a 
> reference on elm-mdl <https://github.com/debois/elm-mdl>. I would 
> appreciate if people could suggest any implementations that can be added to 
> this list.
>
> If you know any projects/applications/repositories - reply to this thread.
>

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to