@developit so I’ve got a mix of #jsx and #htm going in this project so I can get a feel for the differences.
For whatever reason, I can’t get the document formatting in vscode to get this even remotely close to look like it’s properly indented. Also missing Emmett completions (not sure if I would have that with jsx yet) and tag autoclosing.
Can’t tell if I’m missing something or my lit-html extension is misconfigured.
#jsx #htm #preact #preactjs #js #webdev
Opened up the laptop for the first time since last Wednesday and completely forgot I had built this UI in #preactjs using their new Signals state management feature.
Excited to finish it.
I think I'm gonna transition my #reactjs app to #preactjs in order to make it faster and lighter, though it's quite big and transitioning is likely to be a pain in the ass, whaddya think? :)
(I wanted to use #infernojs but it's too unpopular sadly)
@doisbu se você quer ficar só no frontend e fazendo chamadas de API (Mastodon e Trakt.tv têm ótimas API), #VueJs e #ReactJs (ou #PreactJs se quiser entrar gastar um tempinho em config e ganhar um pouco de performance) são os com maior ecossistemas hoje em dia. Em todos esses recomendo usar a linguagem #TypeScript.
Se quer algo mais robusto, com backend, comunicação com BD, etc, Asp.Net, Rails, Flask, Django, NextJs e outros são todas opções válidas.
#vuejs #reactjs #preactjs #typescript
Kinda proud of this : https://frugal.deno.dev/docs/examples/static-refresh
Using #PreactJS signals and my framework frugal, i have a MPA that behaves like a SPA, with minimal bundle size.
Kinda proud of this : https://frugal.deno.dev/docs/examples/static-refresh
Using #PreactJS signals and my framework frugal, i have a MPA that behaves like a SPA, with minimal bundle size.
A new blog post has been published on Craig's Deno Diary showing how to use Preact Signals with Deno Fresh for reactive state management: https://deno-blog.com/Using_Preact_Signals_with_Fresh.2022-11-01
#deno
#denoland
#preactjs
#javascript
#deno #denoland #preactjs #javascript
A new blog post has been published on Craig's Deno Diary showing how to use Preact Signals with Deno Fresh for reactive state management: https://deno-blog.com/Using_Preact_Signals_with_Fresh.2022-11-01
#deno
#denoland
#preactjs
#javascript
#deno #denoland #preactjs #javascript
@sznowicki I don't know if it is technically a "framework" but I'm enjoying using #PreactJS and companion project htm to get #ReactJS - like ergonomics that I can load from a CDN. This is what's described as the "no build tools route" in Preact's getting started guide:
https://preactjs.com/guide/v10/getting-started/#no-build-tools-route
#webdevelopment #frontend #webdev #reactjs #preactjs