needs a build system so things get over complicated so people can feel they are real .

#vite #bun #rollup #webpack #hypermedia #javascript #html #webdev #engineers #software #htmx

Last updated 1 year ago

ApisNecros · @ApisNecros
93 followers · 1091 posts · Server ioc.exchange

I thought with would be my savior for this work project. Seems that I was dead wrong โ˜ ๏ธ

#docker #webpack #webdev

Last updated 1 year ago

Open Source JobHub · @osjobhub
629 followers · 157 posts · Server fosstodon.org

Working to make democratic processes better on a large and small scale, @liquiddemocracy is seeking a frontend developer with a passion for open source software. Learn more on opensourcejobhub.com/job/9604/

#OSJobHub #frontend #developer #opensource #software #scrum #django #reactjs #python #webpack #git

Last updated 1 year ago

Alex · @alex
6 followers · 103 posts · Server social.alexayers.com

After researching options for bundling without I learned exists in . I like that moves forward even when I'm not looking, and I can still be pleasantly surprised by how much better something has become in the meantime. I won't allow myself to be embarrassed by someone telling me importmaps were introduced a very long time and I just didn't know about them. ๐Ÿ˜…

#webpack #importmap #javascript #technology

Last updated 1 year ago

barefootstache · @barefootstache
101 followers · 960 posts · Server qoto.org

(13/25)

One of my favorite things to do is exploit the DOM (ethical concerns aside).

Lots learn early on if some pesky web component is blocking your view, just delete it in the developer’s tools.

This is usually the spark into what other configurations are possible.

As a by trade we are constantly in the developer’s tools trying to understand why certain elements are behaving the way they are - visually or in action. Though we have access to the code base, so it’s easier to understand.

The fun begins when you only have access to the website!

  • For one time edits basic DOM manipulations will suffice.
  • For simple tasks the console will suffice.
  • If you started editing the CSS, you can save your changes and load them next time you visit.
  • If you don’t care about , you can use extensions like or .

In the realm of heavy duty modifications, there are a couple of options:

  • Write your own extension.
  • Write your own library and run it through the console. This permits to offline development in your preferred coding language and you can bundle it either through or .
  • Host your code on , use a CDN bundler, and then preload it via an extension like GreaseMonkey.
  • There is also the option to preload your script into the browser’s config, though with each update one has to do this anew, not questioning the potential flaws.

Through these possibilities one will learn a lot about vanilla and .

#DailyBloggingChallenge #stylus #browser #webdeveloper #fingerprinting #greasemonkey #npmjs #security #vanillajs #hacking #webpack #wasm #webdevelopment #programming

Last updated 1 year ago

Alex · @alex
6 followers · 95 posts · Server social.alexayers.com

I really don't love the idea of billion dependencies just to deploy a simple little . I also don't like barely understanding , and would prefer to get away with using nothing at all. A fun little research project for day. ๐Ÿ˜€

#typescript #webapp #webpack

Last updated 1 year ago

Jack of all trades · @jackofalltrades
767 followers · 2299 posts · Server mas.to

Who would have thought that it would be quicker to altogether replace webpack with parcel than to upgrade webpack from v4 to v5.

I think I'm going to do this in all the legacy projects I manage going forward.

#javascript #webpack

Last updated 1 year ago

Ian Applebaum · @applebaumian
79 followers · 1486 posts · Server techhub.social

Anyone here have experience with and building an extension for . Every time I point my _getHtmlForWebview() function to the scriptURI it doesnโ€™t seem to transform the TSX to JavaScript. Iโ€™m just sorta stumped since I kinda followed this tutorial and consulted ChatGPT lol isamatov.com/create-vscode-ext

#webpack #react #vscode

Last updated 1 year ago

Yoav Lavi · @yoavlavi
30 followers · 49 posts · Server hachyderm.io

Just added an additional Nix / @nixos_org setup option to our 'Getting started with Rust and WebAssembly' template, check it out here:

grafbase.com/blog/getting-star

#rust #rustlang #wasm #webassembly #nix #nixos #deno #node #webpack

Last updated 1 year ago

I hate that I'm so easily defeated, and derailed by unimportant shit. I can't tell you how often I find myself stuck in "can't install the PWA". It doesn't matter, it's an optimization, I should just move on and get easier wins. But this is something I've solved in other frameworks, this should be easy, and the fact that it's not just fills me with dread. I kinds of error messages I'm seeing, about server/client doesn't bode well. I'm reminded that I'm deep in territory again.

#nextjs #webpack

Last updated 1 year ago

Yoav Lavi · @yoavlavi
28 followers · 46 posts · Server hachyderm.io

Just published a post on how you can compile to for use with , and . There's also an included repository and CodeSandbox demo. Take a look!

grafbase.com/blog/getting-star

#rust #webassembly #webpack #nodejs #deno #rustlang #node #javascript #typescript #webdev

Last updated 1 year ago

Webpack?Create React App?Noใ€Vite!! ~ โ‘ ใ‚ณใƒณใƒ‘ใ‚คใƒซใ€ใƒใƒณใƒ‰ใƒซใ€ใƒ“ใƒซใƒ‰ใ‚’็†่งฃใ—ใ‚ˆใ† ~
qiita.com/Yuppe-jp-eng/items/f

#webpack #react #create_react_app #vite

Last updated 1 year ago

robrich · @robrich
34 followers · 275 posts · Server hachyderm.io
I Use :vim: · @asteroidrainfall
1 followers · 7 posts · Server hachyderm.io

Every so often I remember how messy it is to be in the ecosystem. Updating from 16 to 17 also requires updating which requires updating its plugins (fuck you ), which requires you to update and itโ€™s loaders/plugins, which requires you update . This doesnโ€™t even account for any other random libraries youโ€™re using so even then youโ€™ll still end up getting peer dependency errors.

Please tell me thereโ€™s a better wayโ€ฆ

#javascript #react #eslint #airbnb #webpack #babel #npm

Last updated 1 year ago

Jonn · @jonn
361 followers · 5594 posts · Server social.doma.dev

I was thinking about XML, toml and JSON and I realised that they should be small. As long as they are small, they are readable and comprehensible.

Interestingly, XML scales a little bit better because it reminds you of the context when the context ends.

I really like some systems that incorporate inlining the code into their configs, but I'd prefer for it to go the other way โ€” have configs in code.

The way and handle configuration is almost perfect.

#webpack #elixir

Last updated 1 year ago

Reuben Walker · @mobileatom
55 followers · 650 posts · Server me.dm
Jeff Markel · @jeffmarkel
111 followers · 145 posts · Server mastochist.social

Iโ€™m wondering who has tried Vercelโ€™s new Turbopack (replacement for Webpack) and how it compares with Vite.

Any experience with their Turborepo? Iโ€™d love to hear about that too!

#vercel #webpack #turbopack #vite #turborepo

Last updated 2 years ago

Chris Minnick · @chrisminnick
358 followers · 220 posts · Server hachyderm.io

My latest (and greatest) book, JavaScript All-in-One For Dummies, is available now!

Every junior developer or aspiring JS developer needs this book, imho.

The book teaches modern , how browsers work, using like a pro, , , , , , , , , , , , , , , and finishes with a chapter on authentication with .

It took me 6 months to write and is over 800 pages.

amzn.to/3GIMRGX

#javascript #vscode #git #prettier #eslint #vite #webpack #react #vue #svelte #http #jest #node #Express #mongodb #mongoose #jwt

Last updated 2 years ago

Thanks to , I was able to reduce my 130 kB web app to 280 kB in . ๐Ÿ‘

#javascript #typescript #webpack

Last updated 2 years ago