|
|
|
|
|
by ximm
108 days ago
|
|
I also find building apps for the web is much easier than any of the native frameworks. You can start by writing plain text in a file and then progressively add HTML, CSS, and JS. The app described in the article is trivial to implement in the web. A lot of that comes down to the huge community and the shear amount of documentation that exists. OTOH, nowadays you will quickly be distracted by frameworks and build systems. IMHO the biggest hurdle is hosting, but github pages makes even that somewhat easy. |
|