Skip to content

Instantly share code, notes, and snippets.

You’ll hear this talk at Elm Europe in June 2017. Massive thanks to @chrisui, @stealthpig, @zsoobhan, @spryle, @dumbNickname and everyone else who helped shape this proposal. You guys are awesome!

 

how frontend microservices
help us stay flexible

Choosing the right technologies when starting a project is super important. It’s almost impossible to change the stack later on. Betting on Elm is therefore a bit risky. Right?

Not anymore! Now we can use frontend microservices to pick the right tool for every job!

<snippet>
<content><![CDATA[
from __future__ import print_function, division, absolute_import, unicode_literals
]]></content>
<tabTrigger>future</tabTrigger>
<scope>source.python</scope>
<description>from future import py3</description>
<!-- see: http://stackful.io/blog/quick-tips-on-making-your-code-python-3-ready/ -->
</snippet>