Back to packages list

Vals using react-dom/server

maxm avatar
whiteNewt
@maxm
http
@jsxImportSource https://esm.sh/react
stevekrouse avatar
harlequinChickadee
@stevekrouse
http
Clone of @maxm/staticChess but for Wordle. Every letter is a link. The game state is stored in the URL bar. You could do silly things like playing collaborative Wordle with your friends by trading links back and forth. Or undo any mistakes by clicking the back button. I also make it easy to generate a new game from any of your current game's guesses – to send to a friend. They key to these static games like this one and @maxm/staticChess is to figure out: a representation for your game state (the Game type ) how to encode/decode your game state into the URL ( base64-encoding JSON ) how to render your game state into HTML ( looping over guesses and making divs ) placing the links into your HTML in the right spots (on my on-screen keyboard ) prettify with CSS (for guesses and the keyboard )
maxm avatar
httpStatusBehavior
@maxm
http
HTTP Status Behavior In a bunch of iframes, how does Val Town (cloudflare) handle getting various HTTP status responses.
maxm avatar
animatedReadmeSVG
@maxm
http
Fancy animated SVGs in readmes, along with centering and image sizing. <div align="center"><img width=200 src="https://gpanders.com/img/DEC_VT100_terminal.jpg"></div> <p align="center"> <img src="https://maxm-animatedreadmesvg.web.val.run/comet.svg" /> </p> <p align="center"> <img src="https://maxm-animatedreadmesvg.web.val.run/custom text!" /> </p>
maxm avatar
repp
@maxm
http
repp
stevekrouse avatar
staticWordle
@stevekrouse
http
Clone of @maxm/staticChess but for Wordle. Every letter is a link. The game state is stored in the URL bar. You could do silly things like playing collaborative Wordle with your friends by trading links back and forth. Or undo any mistakes by clicking the back button. I also make it easy to generate a new game from any of your current game's guesses – to send to a friend. They key to these static games like this one and @maxm/staticChess is to figure out: a representation for your game state (the Game type ) how to encode/decode your game state into the URL ( base64-encoding JSON ) how to render your game state into HTML ( looping over guesses and making divs ) placing the links into your HTML in the right spots (on my on-screen keyboard ) prettify with CSS (for guesses and the keyboard )
tfayyaz avatar
whiteMongoose
@tfayyaz
http
@jsxImportSource https://esm.sh/react
tfayyaz avatar
tahirsTil
@tfayyaz
http
Inspiration for having a blog and TIL/read taken from https://simonwillison.net/ https://bradfrost.com/blog/ https://geoffgraham.me/blog/ https://matthewstrom.com/ To-do: Buy tahirfayyaz.dev domain from iwantmyname.com Use SQLlite to store all the posts Create an editor to post to SQLlite maybe with live preview? Update site to use HTMX Active Search - https://htmx.org/examples/active-search/
stevekrouse avatar
linkInBioTemplate
@stevekrouse
http
@jsxImportSource https://esm.sh/react
maxm avatar
reactExample
@maxm
http
@jsxImportSource https://esm.sh/react
stevekrouse avatar
crimsonLynx
@stevekrouse
http
@jsxImportSource https://esm.sh/react
horatiothomas avatar
dot_com
@horatiothomas
http
stevekrouse.com - my personal website This val hosts my personal website. The view data is stored in Val Town SQLite - @std/sqlite. It used to live on Github Pages, which is why I proxy over requests to certain blog posts over to the Github Pages site still. Todos [ ] Speed up page load by loading sqlite data later like in @healeycodes/steve_web [ ] Store more (legally storable) analytics data, and maybe make a sparkline! [ ] Add some sort of way to contact me [ ] Move over all my blog posts from Github Pages (maybe into @std/blob as a CMS?)
stevekrouse avatar
personalWebsite
@stevekrouse
http
@jsxImportSource https://esm.sh/react
dm avatar
reactExample
@dm
http
@jsxImportSource https://esm.sh/react
stevekrouse avatar
testWebsite
@stevekrouse
http
@jsxImportSource https://esm.sh/react