Wednesday, January 8, 2020

New comment by bgdkbtv in "Snowpack: Build a web application without a bundler"

I write react professionally, but for my freelance projects or any personal projects I came to a similar stack when it comes to simplicity.

Laravel NGINX VanillaJS/WebComponents (toying with Svelte right now) MariaDB

Fast prototyping, simple deployment, almost no time spent with tooling.

A recent example with too much tooling I had was with Root's bedrock+trellis+sage. They do make working with WordPress management for a developer (a lot less clicking that with normal WP setup). But the frontend setup, webpack, backend, browserify and all of that is so complicated and slow. I was able to set it up on one machine, but failed to git clone the same project on two others. Scripts would be missing, things wouldn't load etc. Nightmare.



from Hacker News - New Comments: "WordPress" https://ift.tt/2N5ljPV
via IFTTT

No comments:

Post a Comment

Ask HN: How locked down are your work machines?

I've been working as a Software Engineer for 20+ years. Places I worked in the early years barely had an IT department at all. As a dev...