0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-25 05:07:03 +01:00
hono/src/jsx
2024-10-11 16:45:19 +09:00
..
dom chore(lint): ESLint v9 (#3393) 2024-09-12 12:05:41 +09:00
hooks fix(types): useSyncExternalStore type (#3437) 2024-09-23 17:18:37 +09:00
intrinsic-element chore(lint): ESLint v9 (#3393) 2024-09-12 12:05:41 +09:00
base.ts refactor(jsx): add override to toStringToBuffer in classes extending JSXNode (#3505) 2024-10-11 16:45:19 +09:00
children.test.ts
children.ts
components.test.tsx fix(jsx): race condition in ErrorBoundary with event loop (#3343) 2024-08-31 16:46:32 +09:00
components.ts fix(jsx): race condition in ErrorBoundary with event loop (#3343) 2024-08-31 16:46:32 +09:00
constants.ts feat(jsx/dom): Compatible implementation of new features in React 19 (document metadata, "form" element and related hooks, and new behavior of hooks) (#2960) 2024-06-27 10:37:57 +09:00
context.ts feat(jsx/dom): implement "<Context> as a provider" for compatibility with React 19 (#2962) 2024-06-27 10:37:57 +09:00
index.test.tsx chore(lint): ESLint v9 (#3393) 2024-09-12 12:05:41 +09:00
index.ts chore(lint): ESLint v9 (#3393) 2024-09-12 12:05:41 +09:00
intrinsic-elements.ts feat(jsx): improve form attribute types (#3330) 2024-08-29 16:46:23 +09:00
jsx-dev-runtime.ts docs: add module doc (#2796) 2024-05-26 14:16:25 +09:00
jsx-runtime.test.tsx
jsx-runtime.ts feat(jsx/precompile): Normalization and stringification of attribute values as renderToString (#3432) 2024-09-24 12:12:51 +09:00
streaming.test.tsx feat(jsx/dom): Compatible implementation of new features in React 19 (document metadata, "form" element and related hooks, and new behavior of hooks) (#2960) 2024-06-27 10:37:57 +09:00
streaming.ts refactor(jsx/streaming): Clarified the type of renderToReadableStream. (#3434) 2024-09-23 14:23:21 +09:00
types.ts fix(jsx): rename Hono to JSX and export JSX namespace (#2937) 2024-06-09 07:57:18 +09:00
utils.test.ts feat(jsx/dom): Compatible implementation of new features in React 19 (document metadata, "form" element and related hooks, and new behavior of hooks) (#2960) 2024-06-27 10:37:57 +09:00
utils.ts feat(jsx/dom): Compatible implementation of new features in React 19 (document metadata, "form" element and related hooks, and new behavior of hooks) (#2960) 2024-06-27 10:37:57 +09:00