MCPcopy Index your code
hub / github.com/nodegui/react-nodegui / Talks

Function Talks

website/src/components/Talks.js:14–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12`;
13
14export const Talks = () => {
15 useEffect(() => {
16 const script = document.createElement("script");
17 script.src = "//cdn.changelog.com/embed.js";
18 script.async = true;
19 document.body.appendChild(script);
20 }, []);
21 return (
22 <Section id="quick-start">
23 <Container>
24 <Center>
25 <Heading>Talks</Heading>
26 <ul>
27 <li>
28 <div>
29 <p>
30 <a href="https://changelog.com/jsparty/96">
31 JS Party 96: Performant Node desktop apps with NodeGui
32 </a>{" "}
33 – Listen on Changelog.com
34 </p>
35 <audio
36 data-theme="night"
37 data-src="https://changelog.com/jsparty/96/embed"
38 src="https://cdn.changelog.com/uploads/jsparty/96/js-party-96.mp3"
39 preload="none"
40 class="changelog-episode"
41 controls
42 ></audio>
43 </div>
44 </li>
45 <li>
46 <div>
47 <p>
48 <a href="https://www.meetup.com/KarmaJS/events/265554520/">
49 KarmaJS Nov'19 Stockholm
50 </a>
51 </p>
52 <iframe
53 width="560"
54 height="315"
55 src="https://www.youtube.com/embed/8jH5gaEEDv4"
56 frameborder="0"
57 allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
58 allowfullscreen
59 ></iframe>
60 </div>
61 </li>
62 </ul>
63 <Spacing />
64 </Center>
65 </Container>
66 </Section>
67 );
68};

Callers

nothing calls this directly

Calls 1

appendChildMethod · 0.45

Tested by

no test coverage detected