SYNCTOAI Telegram 1282
Aberdeen 用于快速构建高性能的声明式用户界面,且无需使用虚拟 DOM。该库的核心思想是通过许多小型匿名函数来生成 DOM 元素,并在底层的 代理数据 发生变化时自动重新运行这些函数。这些代理数据可以是简单的值,也可以是复杂、类型化且深度嵌套的数据结构。

import { $, proxy, ref } from 'aberdeen';

const state = proxy({ count: 0 });

$('div', () => {
$('p', () => `Count: ${state.count}`);
$('button', { click: () => state.count++ }, () => 'Increment');
});


#响应式 #Tools

https://github.com/vanviegen/aberdeen



tgoop.com/synctoai/1282
Create:
Last Update:

Aberdeen 用于快速构建高性能的声明式用户界面,且无需使用虚拟 DOM。该库的核心思想是通过许多小型匿名函数来生成 DOM 元素,并在底层的 代理数据 发生变化时自动重新运行这些函数。这些代理数据可以是简单的值,也可以是复杂、类型化且深度嵌套的数据结构。

import { $, proxy, ref } from 'aberdeen';

const state = proxy({ count: 0 });

$('div', () => {
$('p', () => `Count: ${state.count}`);
$('button', { click: () => state.count++ }, () => 'Increment');
});


#响应式 #Tools

https://github.com/vanviegen/aberdeen

BY Levix 空间站


Share with your friend now:
tgoop.com/synctoai/1282

View MORE
Open in Telegram


Telegram News

Date: |

Joined by Telegram's representative in Brazil, Alan Campos, Perekopsky noted the platform was unable to cater to some of the TSE requests due to the company's operational setup. But Perekopsky added that these requests could be studied for future implementation. Telegram has announced a number of measures aiming to tackle the spread of disinformation through its platform in Brazil. These features are part of an agreement between the platform and the country's authorities ahead of the elections in October. Image: Telegram. Telegram desktop app: In the upper left corner, click the Menu icon (the one with three lines). Select “New Channel” from the drop-down menu. A few years ago, you had to use a special bot to run a poll on Telegram. Now you can easily do that yourself in two clicks. Hit the Menu icon and select “Create Poll.” Write your question and add up to 10 options. Running polls is a powerful strategy for getting feedback from your audience. If you’re considering the possibility of modifying your channel in any way, be sure to ask your subscribers’ opinions first.
from us


Telegram Levix 空间站
FROM American