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
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
A brief overview of how the TodoMVC demo is made with Element:
Fireworks! Perfect scores across the ElementHTML implementation of TodoMVC.
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
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...