I'm looking for an RDF schema for a Todo list, similar to what schema.org has for a lot of things. The options on schema.org seem incomplete for a TodoMVC implementation.

Any tips? #rdf #schemaorg #todomvc

Firefox остаётся самым быстрым браузером

Почти год назад случилось знаковое событие: впервые в истории Firefox обошёл Chrome по скорости работы . Многие помнят, что с момента выхода в 2008 году Chrome отличался высокой производительностью, а Firefox на его фоне выглядел тяжеловесным и страдал от утечек памяти. Но постепенно Mozilla исправила ситуацию , так что в 2023 году браузеры наконец поменялись местами. Единственное сомнение может вызвать объективность тех тестов, всё-таки Speedometer 2.0 — довольно старый набор 2018 года. Может, он не соответствует современному разжиревшему вебу? Что ж, теперь увидела свет новая версия Speedometer 3.0 , поэтому взглянем на более достоверную и объективную картину: какой браузер быстрее на самом деле?

https://habr.com/ru/companies/ruvds/articles/805651/

#ruvds_статьи #Firefox #Chrome #скорость_браузера #производительность_браузера #Speedometer #бенчмарки #Acid3 #TodoMVC #оптимизация #Response_Start #First_Contentful_Paint #FCP

Firefox остаётся самым быстрым браузером

Почти год назад случилось знаковое событие: впервые в истории Firefox обошёл Chrome по скорости работы . Многие помнят, что с момента выхода в 2008 году Chrome отличался высокой производительностью, а...

Хабр

A brief overview of how the TodoMVC demo is made with Element:

https://elementhtml.dev/docs/demo/todomvc/overview

#todomvc #webdev #javascript #html #webapp

The Element Web Framework

Give your HTML super-powers with the framework that is designed from first principles to build the next generation of advanced web apps and sites.

Fireworks! Perfect scores across the ElementHTML implementation of TodoMVC.

#javascript #todomvc #webdev #html #css

Or maybe this is my favourite instead?

#javascript #react #vue #angular #performance #frontend #todomvc #winning

My favourite slide from tomorrow's presentation🏆

#javascript #react #vuejs #angular #performance #frontend #todomvc #winning

Watch this quick walk-through of building the #TodoMVC demo application using #ElementHTML

Includes two versions: a "dirty" version which includes all queries directly in the HTML, and a (recommended) "clean" version which abstracts all complex #JSONata queries and update statements into a separate re-usable package.

Watch it here: https://youtu.be/_ksO9Wk_2bk

Demo app code on Github: https://github.com/elementhtml/demo-todomvc

#javascript #webdev #development #framework #html #css

Walkthrough of TodoMVC app built using ElementHTML

YouTube

Completed my initial take on #TodoMVC in #ElementHTML is on #github! 😋
https://github.com/elementhtml/demo-todomvc

Pros: 41 lines of #HTML + 32 lines of #CSS, 0 lines of #Javascript

The con: in the last hour I discovered a small memory leak caused by event handlers not being properly garbage collected which saps the otherwise snappy performance. Will have to spend a while delving through the core to find and resolve. 😩

Overall, a good exercise to help get #ElementHTML ready for prime time...

GitHub - elementhtml/demo-todomvc: ElementHTML implementation of ToDoMVC as per spec at https://todomvc.com/

ElementHTML implementation of ToDoMVC as per spec at https://todomvc.com/ - GitHub - elementhtml/demo-todomvc: ElementHTML implementation of ToDoMVC as per spec at https://todomvc.com/

GitHub
RT @[email protected]
Want to know the syntax difference between native Web Components, @[email protected] and @[email protected] ? I created a repo that implements the same Todo list with those technologies: https://github.com/shprink/WC-Polymer-Stencil-todo #todoMVC
shprink/WC-Polymer-Stencil-todo

WC-Polymer-Stencil-todo - Comparison on how to update DOM, pass attributes/properties and dispatch/listen to events with Web Components