386 private links
Always a way to optimize the startup time of vite :D
Vite can transform some files before the first request, increasing the speed of the first possible interaction.
It could also be integrated to Vite core as Evan You is in favor of it https://twitter.com/youyuxi/status/1641402565631025152
Display a web view with different sizes simultanously
UseSound 😳
Le successeur de LaTex? A service similar to Overleaf.
A framework to build web components where targets can also be other web frameworks.
Using POO can help to structure the application code with the d3 library.
- Create construction zone where the result is affected to a variable
- Containing Side-Effects and Error-Handling (go)
- Restrincting variable lifetimes (rust)
Store content that should be accessible. If the content should be seen or read on a page, don’t only put them in data attributes, but make sure that content is in the HTML content somewhere.
A use case is to style components based on their data attribute values.
Data attributes can be accessed in JS with tag.dataset.attributeName. It can also store JSON.
A good starter to use cases for the :has() selector
- use
productinstead of nested python for-loops - use the walrus operator for assignment expressions
- use ternary conditional operator if the assignment is simple
- use lambda function to define simple functions
- use list comprehensions
- leverage the Higher Order functions of python such as map and other iterable functions.
- use union operators to merge dictionaries
- use f-strings to format strings
- use asteriks for unpacking iterables and destructuring assignment
Featured components that are ready to be styled.
A pure HTML vue library. CSS is free :)
It uses the sqlean-fileio extension. It allows to import/export data from files such as JSON :)
It can be useful in some cases: to declare variables in the <template> directly.