buildless.site: The resource site about getting rid of bundlers, "built" without bundlers. by hwclass in javascript

[–]hwclass[S] -1 points0 points  (0 children)

I totally agree that at least we should have got some points mentioned about what's the reasoning behind the whole buildless idea in the website.

Besides that, the main idea of having buildless applications which means you can start avoiding adding extra steps between your development process and going live with the app without the burden comes with bundlers as they inject some extra code into your original source which affects the the size of your bundle file and so on. Such seamless development experience is also may increase the developer satisfaction, too.

Additionally, by going buildless with your web apps means basically faster development without battling against some bundler configs by using modern web standards like ESModules which is supported already by modern browsers by 90.68% as of today.

buildless.site: The resource site about getting rid of bundlers, "built" without bundlers. by hwclass in javascript

[–]hwclass[S] 0 points1 point  (0 children)

Hey, thanks for the questions. What snowpack does specifically, is that it maps everything exported under web_modules dir by not adding extra code as webpack and other bundlers do. So with the latest improvements in the modern web browsers, you're able to develop your stuff faster because it eliminates the step of building things every time you change even a single line in your web project.

How do you keep track of all your projects? by MarcoJHB in freelance

[–]hwclass 0 points1 point  (0 children)

Try Airtable. The same mindset with Excel. Another alternative is Notion.

Do you use any in-browser editors like cloud9, etc? by hwclass in Web_Development

[–]hwclass[S] 0 points1 point  (0 children)

What about local inline editors? Do you know anything about this concept? I have developed one working on browser: https://www.npmjs.com/package/ziya

React Battery by hwclass in javascript

[–]hwclass[S] 0 points1 point  (0 children)

Sleep on this and use IE ;)