vanillajs-deck/slides/220-wrapup.html
2020-01-30 14:21:02 -08:00

17 lines
661 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<h1>Final Considerations</h1>
<title>Final Considerations</title>
<h3 class="appear" repeat="final">{{item}}</h3>
<script>
this.final = [
"✅ Modern JavaScript is great, but...",
"🔃 Databinding is not built in",
" Types and interfaces are useful (TypeScript)",
"🚫 Not all packages support ES6 modules",
"↔ It's tough to keep the UI and State in Sync",
"📚 Declarative solutions reduce error and scale",
"🎁 Packaging solutions can keep footprint reasonable",
"‼ Know your stack inside and out!"
];
</script>
<next-slide>230-end</next-slide>
<transition>fade</transition>