Tagged “development”
Typed Javascript library
Making a reusable correctly typed library has always been something I wanted to achieve. I've tried multiple times but could never find the magic recipe. Until now.
Svelte summit 2021
This year's svelte summit was great. My picks of this year's summit in no particular order.
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- ⋯Futuristic Web development
Watch this potential future replacement of svelte/Sapper.
🔗 https://www.youtube.comSvelte v3 rulez!
Svelte is the "new" kid on the block and it is great!
🔗 https://svelte.dev/tutorial/basicsReact simple animation
Very interesting package to look into to do some animations with React.
🔗 https://react-simple-animate.now.shFormik for React forms
Formik is a tool to handle all the boilerplate code around forms in React.
🔗 https://jaredpalmer.com/formik/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.
microbundle
Simple stupid bundler for libraries.
Using rollup.
🔗 npm/npmjs.com/package/microbundleWeb 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.orgUppy 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.ioebook 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.guideLodash sucks
Lodash sucks
hehe... clickbait.
But yes, I mean it when you plan to use it in the browser.
frontend checklist
Nice tool to check before publishing a new web site.
🔗 https://frontendchecklist.ioHandling fonts on the web
The most concise guide on how to load fonts on the web.
🔗 https://www.filamentgroup.com ⋯ js-web-fonts.html