Tootfinder

Opt-in global Mastodon full text search. Join the index!

@aral@mastodon.ar.al
2025-07-31 15:00:45

🥳 New Kitten release!
Markdown and general renderer fixes.
Fixed:
• Nested Markdown sections rendering bug.
• Detection of components in Markdown where the opening tag spans multiple lines.
• Support for returning a component as a top-level object in a page.
• Slots in Markdown now work as they should (make sure you add them as block-level items, so with a leading and trailing empty line)
Enjoy!
:kitten: 💕

@frankel@mastodon.top
2025-06-13 16:12:04

Why We Use #React Native Reactive Web Components with RxEL in Early-Stage Deep-Tech Ventures
linkedin.com/pulse/why-we-use-

@zachleat@zachleat.com
2025-07-14 15:07:57

@… web components are substantially more technically complex than react as they involve changes to the web platform (though that complexity is abstracted from developers) 😅 (we can belabor it into place)

@arXiv_csCR_bot@mastoxiv.page
2025-07-24 07:36:49

Building a robust OAuth token based API Security: A High level Overview
Senthilkumar Gopal
arxiv.org/abs/2507.16870 arxiv.org/pdf/2507.1687…

@aral@mastodon.ar.al
2025-08-18 10:00:39

Coming soon (likely this afternoon, I’m writing tests and docs and updating examples as we speak)…
This is the sort of thing you’ll be able to do with Markdown pages. Just pop any arbitrary JavaScript you want in the new script block in the front matter and then import and use components as well as plain old JavaScript tagged template variable interpolation (not shown in this example) inside your Markdown.
The screen has all the code (sans the end of the last line of CSS and the…

Screenshot: three windows: left side: Source of index.page.md, top-right browser showing running web app, bottom-right, source of Button and Reactions components.

Contents of windows:

index.page.md:

---
title: An interactive markdown page
script: |
  import Reaction from './Reaction.fragment.js'

  // Initialise database if necessary.
  kitten.db.reactions ??= {}
  kitten.db.reactions.Heart ??= 0
  kitten.db.reactions.Confetti ??= 0
  kitten.db.reactions.Smiley ??= 0

  let page

  expo…
@zachleat@zachleat.com
2025-06-17 18:08:37

@… are the react people talking about web components again

@arXiv_csPL_bot@mastoxiv.page
2025-07-08 09:01:20

React-tRace: A Semantics for Understanding React Hooks
Jay Lee, Joongwon Ahn, Kwangkeun Yi
arxiv.org/abs/2507.05234 a…

@zachleat@zachleat.com
2025-07-07 15:20:33

web components are usb-c
react is the lightning cable
thank you for coming to my ted talk

@zachleat@zachleat.com
2025-06-06 13:39:22

@… building web components is for my morale, tbh 😅

@arXiv_csCR_bot@mastoxiv.page
2025-07-08 07:54:20

Reinforcement Learning for Automated Cybersecurity Penetration Testing
Daniel L\'opez-Montero, Jos\'e L. \'Alvarez-Aldana, Alicia Morales-Mart\'inez, Marta Gil-L\'opez, Juan M. Au\~n\'on Garc\'ia
arxiv.org/abs/2507.02969