1
0
submitted 1 week ago by [email protected] to c/[email protected]
2
1
submitted 1 month ago by [email protected] to c/[email protected]
3
1
submitted 1 month ago by [email protected] to c/[email protected]
4
1
submitted 1 month ago by [email protected] to c/[email protected]
5
1
submitted 1 month ago by [email protected] to c/[email protected]
6
1
submitted 1 month ago by [email protected] to c/[email protected]

I started using Preact for a project at work and I'm really liking it. Aside from size and speed, it provides some really nice features not present in React. For example, I find signals are a really nice way to manage shared state between components.

7
1
submitted 3 months ago* (last edited 3 months ago) by [email protected] to c/[email protected]

First off, I've been loving vanilla-extract for the past 10 months. ๐Ÿ˜Š

The only thing I really missed was the ability to sort CSS properties. Since there wasn't an ESLint plugin for that, I decided to create my own.

@antebudimir/eslint-plugin-vanilla-extract offers CSS property ordering (alphabetical, concentric, and custom), auto-fix capabilities, and supports multiple Vanilla Extract APIs.

If anyone wants to give it a shot, you can find more details in the readme. Looking forward to hearing your feedback.

8
1
submitted 4 months ago by [email protected] to c/[email protected]
9
1
submitted 6 months ago by [email protected] to c/[email protected]
10
1
submitted 7 months ago by [email protected] to c/[email protected]
11
1
submitted 7 months ago by [email protected] to c/[email protected]
12
1
submitted 7 months ago by [email protected] to c/[email protected]
13
1
submitted 9 months ago by [email protected] to c/[email protected]

cross-posted from: https://programming.dev/post/18448206

Hi,

I would like to use a rectangle that move (left to right) to reveal an element / image

like this

The white box shall be the image to display

But I'm already block at my svg animation

<svg viewBox="0 0 265.135 68.642" xmlns="http://www.w3.org/2000/svg">
<g x="-55.790085" y="0.79151762">
    <rect
       style="fill:#ffcc00;stroke-width:2.46513;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers;stop-color:#000000"
       width="55.465603"
       height="151.60599"       
       transform="rotate(45)" />
       <animate
      attributeName="x"
      values="-55.790085;265"
      dur="5s"
      repeatCount="indefinite" />
  </g>
</svg>

Because the rectangle is not moving :'(

Any ideas ?

Thanks.

14
1
submitted 9 months ago by [email protected] to c/[email protected]
15
1
submitted 9 months ago by [email protected] to c/[email protected]
16
1
submitted 10 months ago by [email protected] to c/[email protected]

Get injee here https://yu7.in/injee

17
1
submitted 10 months ago by [email protected] to c/[email protected]

cross-posted from: https://lemmy.ml/post/17900124

Hi,

I'm looking for some inspiration to create a website.

Do you have a "crush" :) for a website (design speaking)

Or do you know some website that list great visual feature or website ?

Thanks.

18
1
submitted 11 months ago by [email protected] to c/[email protected]
19
1
submitted 1 year ago by [email protected] to c/[email protected]
20
1
submitted 1 year ago by [email protected] to c/[email protected]
21
1
submitted 1 year ago by [email protected] to c/[email protected]
22
1
submitted 1 year ago by [email protected] to c/[email protected]
23
1
submitted 1 year ago by [email protected] to c/[email protected]

Hi there,

I have written an article on implementing server-side caching that ensures your app stays fast as you scale.

Iโ€™ve used ExpressJS for the API server, and React for the frontend.

Hope this helps someone!

24
1
HTMX Playground (lassebomh.github.io)
submitted 1 year ago by [email protected] to c/[email protected]
25
1
submitted 2 years ago by [email protected] to c/[email protected]
view more: next โ€บ

Frontend Web Development

355 readers
1 users here now

Community to discuss stuff all things related to frontend web development. (sharing resources, discussion etc.)

founded 4 years ago