DEV Community

Discussion on: What are you working on these days?

Collapse
 
andrewchou profile image
Andrew Chou • Edited

Building a personal site using Mithril.js that will eventually be deployed with Netlify.

It's incorporating a lot of tools and libraries that I have little experience in, namely:

  • Mithril (obviously)
  • Webpack
  • Netlify
  • Mapbox GL JS

I'll hopefully learn a lot in the process and actually finish it!

Collapse
 
ao10 profile image
Ati Ok

Just curious, what made you pick Mithril for this project?