Tagged “webdev”

Long

Bookmarklets

A praise for bookmarklets

Read more

Mini

Network Error Logging

Server responses so slow the user abandoned! Trace using NEL and an example in Node.js

🔗 https://medium.com ⋯ server-responses-so- ⋯
Mini

Futuristic Web development

Watch this potential future replacement of svelte/Sapper.

🔗 https://www.youtube.com
Long

Create React app not at /

How to configure create-react-app to live in a sub-folder

Read more

Mini

Svelte v3 rulez!

Svelte is the "new" kid on the block and it is great!

Read more

🔗 https://svelte.dev/tutorial/basics
Mini

React simple animation

Very interesting package to look into to do some animations with React.

🔗 https://react-simple-animate.now.sh
Mini

Formik for React forms

Formik is a tool to handle all the boilerplate code around forms in React.

Read more

🔗 https://jaredpalmer.com/formik/
Long

dev-proxy or why I fork

Being the maintainer of a publicly used module is hard. I'm not really one. You get a lot of requests because the module is not solving the specific need of another user. You loose a lot of time sorting issues that might be bugs from requests.

Read more

Mini

microbundle

Simple stupid bundler for libraries.

Using rollup.

🔗 npm/npmjs.com/package/microbundle
Mini

Web screen split library

Small library to enable space splitting in a web interface.

Might be useful for internal applications or development oriented content.

🔗 https://split.js.org
Mini

Uppy file uploader

Is this the new "best in class" for file uploader?

It supports lots of "uploaders", configurable XHR, S3...

File can come from webcam, drag-n-drop or from "providers" like google-drive, instagram.

🔗 https://uppy.io
Mini

ebook on images on the web

Just about everything you need to know about images.

And be sure to use squoosh.app to test.

🔗 https://images.guide
Long

Lodash sucks

Lodash sucks

hehe... clickbait.

But yes, I mean it when you plan to use it in the browser.

Long

Images on the web

Working at trying to enhance the visits of our customers on the website, we looked into image format and sizes.

Read more

Mini

frontend checklist

Nice tool to check before publishing a new web site.

🔗 https://frontendchecklist.io
Mini

Handling fonts on the web

The most concise guide on how to load fonts on the web.

🔗 https://www.filamentgroup.com ⋯ js-web-fonts.html