summaryrefslogtreecommitdiff
path: root/packages/integrations/react/server.js (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-11-16Add compatibility with cloudflare node (#8925)Gravatar brandonsdebt 1-1/+1
2023-10-24Fix client hydration in experimentalReactChildren (#8898)Gravatar Matthew Phillips 1-0/+1
2023-08-16[ci] formatGravatar matthewp 1-1/+1
2023-08-16Add experimentalReactChildren option to React integration (#8082)Gravatar Matthew Phillips 1-1/+5
2023-07-03feat: use typescript-eslint@v6's reworked configs (#7425)Gravatar Josh Goldberg ✨ 1-3/+2
2023-05-17[ci] formatGravatar matthewp 1-2/+2
2023-05-17Prevent removal of nested slots within islands (#7093)Gravatar Matthew Phillips 1-2/+15
2023-05-04[ci] formatGravatar ematipico 1-3/+3
2023-05-04Generate unique ids within each React island (#6976)Gravatar Robin Neal 1-10/+21
2023-01-25Support passing `children` as props to a React component (#5886)Gravatar HiDeoo 1-2/+3
2022-10-27remove unnecessary `ReactDOM.renderToString` operation (#5218)Gravatar Happydev 1-1/+0
2022-09-20[ci] formatGravatar matthewp 1-1/+1
2022-09-20Prevent errors in React components from crashing the dev server (#4816)Gravatar Matthew Phillips 1-1/+4
2022-09-14[ci] formatGravatar matthewp 1-1/+1
2022-09-14Only pass through children prop if there are children (#4756)Gravatar Matthew Phillips 1-1/+3
2022-09-08[ci] formatGravatar matthewp 1-11/+9
2022-09-08Make React integration work with Deno (#4679)Gravatar Matthew Phillips 1-4/+11
2022-09-07Fix component frameworks on Vercel Edge (#4667)Gravatar Benjamin Holmes 1-7/+20
2022-08-30Vite ignore unknown import (#4527)Gravatar Bjorn Lu 1-1/+1
2022-06-23[ci] formatGravatar natemoo-re 1-3/+3
2022-06-23Enable named slots in renderers (#3652)Gravatar Nate Moore 1-3/+12
2022-04-21[ci] formatGravatar matthewp 1-23/+26
2022-04-21Fixes using React.lazy and Suspense (#3160)Gravatar Matthew Phillips 1-4/+72
2022-04-20Revert "Fixes using React.lazy and Suspense"Gravatar Matthew Phillips 1-72/+4
2022-04-20Fixes using React.lazy and SuspenseGravatar unknown 1-4/+72
2022-04-02update prettier width (#2968)Gravatar Fred K. Schott 1-1/+5
2022-03-31Add support for React 18 in @astrojs/react (#2947)Gravatar Fred K. Schott 1-1/+1
2022-03-18Astro Integration System (#2820)Gravatar Fred K. Schott 1-0/+67