Back to packages list

Vals using react

Description from the NPM package:
React is a JavaScript library for building user interfaces.
petermillspaugh avatar
petermillspaugh
lessonTemplate
Script
@jsxImportSource https://esm.sh/react
0
stevekrouse avatar
stevekrouse
cors_example
HTTP
CORS issues are the bane of frontend engineers. In Val Town, if you don't customize any CORS headers, we add these defaults: Access-Control-Allow-Origin: "*" Access-Control-Allow-Methods: "GET,HEAD,PUT,PATCH,POST,DELETE" You can override them if you wish to disallow CORS. This val is a client-side-rendered React app that makes requests to @stevekrouse/cors_example_backend. The backend is in a different val because CORS applies to requests on different domains. The backend has examples of the default permissive CORS behavior and disabled CORS.
1
neverstew avatar
neverstew
reactSSRExample
HTTP
Forked from vtdocs/reactSSRExample
0
jonbo avatar
jonbo
reactSSRExample
Express (deprecated)
An interactive, runnable TypeScript val by jonbo
0
vtdocs avatar
vtdocs
reactSSRExample
Express (deprecated)
An interactive, runnable TypeScript val by vtdocs
2
andreterron2 avatar
andreterron2
react
Script
An interactive, runnable TypeScript val by andreterron2
0
38
Next