<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Benjamin Dunphy</title>
    <description>The latest articles on DEV Community by Benjamin Dunphy (@benghamine).</description>
    <link>https://dev.to/benghamine</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F169725%2Fbc8e9864-ab03-4f02-8c0f-f9a8bbc501fa.png</url>
      <title>DEV Community: Benjamin Dunphy</title>
      <link>https://dev.to/benghamine</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/benghamine"/>
    <language>en</language>
    <item>
      <title>How to write an effective conference talk abstract</title>
      <dc:creator>Benjamin Dunphy</dc:creator>
      <pubDate>Mon, 31 Jan 2022 04:49:02 +0000</pubDate>
      <link>https://dev.to/benghamine/on-conference-speaking-and-effective-talk-abstracts-2bp6</link>
      <guid>https://dev.to/benghamine/on-conference-speaking-and-effective-talk-abstracts-2bp6</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;There are many ways to grow your professional career: core competencies, specialization, networking, salesmanship. Yet these traits mean little if few people know about them. Therefore, one can and should promote these traits with blogging, tweeting, and contributing to open source. However, the apex of self-promotion is a conference talk — not just because it requires each of the aforementioned traits (with an added dose of bravery), but principally because it establishes you as a leader among your peers, and the unrivaled visibility it provides you. &lt;/p&gt;

&lt;p&gt;Unless you're a seasoned speaker who's getting invited to speak at the event, your main tool for convincing the organizer that you're the right person to speak is the CFP. Below is a formula that will help you get the message of your talk across more effectively. &lt;/p&gt;




&lt;h2&gt;
  
  
  What an effective CFP submission looks like
&lt;/h2&gt;

&lt;p&gt;When reviewing talks for &lt;a href="https://reactathon.com"&gt;Reactathon&lt;/a&gt; 2020, I had to read over 160 submissions. From there I parsed out the best talks, and discussed the top submissions with my committee. Here is the best abstract I came across that year: &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Diagrams, user stories, tests, documentation. If you just sighed, you're one of many developers who know the hardships of keeping these vital parts of software in sync with the apps you develop. But what if there was a way to autogenerate these? Enter model-driven development. &lt;br&gt;
In this talk, we'll explore how state machines and statecharts can be used to model even the most complex logic and automatically visualize, generate tests, produce documentation, and more. Learn how to leverage models, save time, and ship faster, more robust React apps .&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This is an abstract by then-Microsoft software engineer (now &lt;a href="https://stately.ai/"&gt;Stately&lt;/a&gt; founder) &lt;a href="https://twitter.com/davidkpiano"&gt;David Khourshid&lt;/a&gt;. What makes this such an effective abstract is the format, the deliberate sentences, and what each sentence represents. &lt;/p&gt;

&lt;h4&gt;
  
  
  Sentence 1 is the Statement/Hook. It communicates what the talk is about with concise language:
&lt;/h4&gt;

&lt;p&gt;Diagrams, user stories, tests, documentation.&lt;/p&gt;

&lt;h4&gt;
  
  
  Sentence 2 states the problem. It even evokes a bit of empathy and emotion:
&lt;/h4&gt;

&lt;p&gt;If you just sighed, you're one of many developers who know the hardships of keeping these vital parts of software in sync with the apps you develop.&lt;/p&gt;

&lt;h4&gt;
  
  
  Sentence 3 introduces intrigue and teases a solution. In this instance, it’s in the form of a query and a statement:
&lt;/h4&gt;

&lt;p&gt;But what if there was a way to autogenerate these? Enter model-driven development.&lt;/p&gt;

&lt;h4&gt;
  
  
  The final sentences describe precisely what we’ll learn:
&lt;/h4&gt;

&lt;p&gt;In this talk, we'll explore how state machines and statecharts can be used to model even the most complex logic and automatically visualize, generate tests, produce documentation, and more. Learn how to leverage models, save time, and ship faster, more robust React apps.&lt;/p&gt;

&lt;p&gt;The entire abstract is simple, elegant, and effective.&lt;/p&gt;

&lt;h2&gt;
  
  
  What a CFP submission should NOT be
&lt;/h2&gt;

&lt;p&gt;In reviewing the talk submissions for Reactathon, there were &lt;em&gt;so many&lt;/em&gt; poorly-written abstracts that I had to suffer through. This is not surprising, since effective writing is a skill, not an innate talent. But like any skill, it can be learned. &lt;/p&gt;

&lt;p&gt;For the purposes of education, I’ve selected a random talk submission that was rejected. I literally scrolled and picked one that didn’t ramble on for too long. The author shall remain anonymous. If you find that this is yours, please don’t take this as an insult. I hope that you see this for how it’s intended: constructive criticism for the community to learn a new skill to make their next talk submission more effective. Even if I do get a little carried away with the adjectives sometimes. &lt;/p&gt;

&lt;p&gt;Here is the random bad submission I selected: &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Gatsbyjs is a very fast piece of software, and it's fast in many different ways: scalability via CDNs, Progressive Web Apps, prefetching, and more. Gatsbyjs is not only a static site generator for creating static sites, but it can also help teams build complex applications very fast thanks to its modern web tech like React, Webpack, and GraphQL. In our experience, these modern tools enable cross-functional teams to work very fast by facilitating the interaction between design and development. That being said, Gatsbyjs has its limitations and it can’t build any website. In this talk, we'll discuss two projects where Gatsbyjs was used to build the solution, one project to which Gatsbyjs worked very well, and another project where in the middle of the project it turned out Gatsbyjs was not a good tool for the problem.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Breaking down a poor CFP submission
&lt;/h2&gt;

&lt;p&gt;Here are the main issues with the above CFP submission, as read from top to bottom: &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;The first sentence is incredibly dull. Additionally, it’s a run-on sentence. &lt;/li&gt;
&lt;li&gt;Great, more about Gatsby. But what’s the problem? Why do I care? Oh, buzzword technology eh? Will that pique my interest? &lt;/li&gt;
&lt;li&gt;Oh, so you have experience with this? Huh. &lt;/li&gt;
&lt;li&gt;“That being said...” Ok so now you’re negating the positives you just stated, and planting &lt;em&gt;another&lt;/em&gt; negative in my mind. Why?&lt;/li&gt;
&lt;li&gt;Finally, I’m learning what this talk is about: 1 project where Gatsby worked well, and 1 project where it didn’t. Great, so why did it take so long to understand that? Did any readers actually get to this point?&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  How to improve a poor CFP submission
&lt;/h2&gt;

&lt;p&gt;Here’s how I turned this poor abstract into a more effective one, using the same 4-step method from David’s abstract above: &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;If you’re like me, you love static frameworks for their simplicity &amp;amp; the wonderful developer experience. However, this simplicity doesn’t always scale. But what if we could use these same frameworks for larger, more complex applications?&lt;br&gt;
In this talk, we’ll discuss how to scale a static web app beyond its usual limits. Paired with a Gatsby framework, we’ll leverage modern web technologies like Webpack and GraphQL to make a scalable architecture that allows cross-functional teams to move fast. By the end of the talk, we’ll understand when and how to use a static framework like Gatsby for more complex scenarios, and how they might limit you at your own organization.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  How the improved CFP breaks down:
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;If you’re like me, you love static frameworks for their simplicity &amp;amp; the wonderful developer experience.  // Simple. Positive. Hook the reader into &lt;em&gt;wanting&lt;/em&gt; to reading more. &lt;/li&gt;
&lt;li&gt;However, this simplicity doesn’t always scale. // Problem-statement; plainly-stated. &lt;/li&gt;
&lt;li&gt;But what if we could use these same frameworks for larger, more complex applications? // Intrigue, and tease a solution to the problem. &lt;/li&gt;
&lt;li&gt;In this talk, we’ll discuss how to scale a static web app beyond its usual limits. Paired with a Gatsby framework, we’ll leverage modern web technologies like Webpack and GraphQL to make a scalable architecture that allows cross-functional teams to move fast. By the end of the talk, we’ll understand when and how to use a static framework like Gatsby for more complex scenarios, and how they might limit you at your own organization. // Concise statements about what the attendee will learn from this talk. &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Would this talk get accepted at Reactathon, or another conference? I’m not sure. 2022 is not 2020, so static websites are not as hot as they once were — at least not in the same way. The content of any talk is extremely important. But if you’re submitting a subject to a conference, the first thing that will be considered apart from the subject matter is how it is presented. Many others will likely present similar content, and therefore it is up to how you present and sell that content — and your presentation — that determines whether or not your talk will be accepted. &lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusions
&lt;/h2&gt;

&lt;h4&gt;
  
  
  Conference speaking
&lt;/h4&gt;

&lt;p&gt;It is better to be invited to speak at conferences than to submit to CFPs. But you will not be invited until you have mastered the CFP submission in addition to the art of speaking. And you will not be continuously invited unless you speak frequently and/or you are active on blogs, twitter, open source, etc. The more visible and productive you are, the better your chances of being a featured/invited speaker at a conference. &lt;/p&gt;

&lt;h4&gt;
  
  
  CFP Tips
&lt;/h4&gt;

&lt;p&gt;Remember when I told you that I received over 160 submissions at Reactathon 2020? I didn’t just turn away people I didn’t know. I turned away many well-known senior and staff engineers at Flexport, Netflix, Google, GitHub, Adobe, and countless others. Many of these abstracts fell into the “great” category, as did the subjects they were about, and were the speakers who wanted to present them. But there’s a limited amount of space and time at an event, and only so many openings on the schedule that an organizer can fit. &lt;/p&gt;

&lt;p&gt;At the end of the day, it’s a numbers game. So submit early, and submit often -- and don't take it personal if you are not accepted. &lt;/p&gt;

&lt;h4&gt;
  
  
  A winning formula
&lt;/h4&gt;

&lt;p&gt;When you’re starting your speaking career, you may consider following this formula: &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Organize your thoughts effectively with a blog post (public or private) &lt;/li&gt;
&lt;li&gt;Reduce the blog post to an abstract of 4 - 6 sentences using the above formula&lt;/li&gt;
&lt;li&gt;Get really good &amp;amp; comfortable at talking about that subject and other subjects, verbally &amp;amp; out-loud (at least on-camera, in-person if possible) &lt;/li&gt;
&lt;li&gt;Speak about this topic and other things you are an expert on and passionate about &lt;/li&gt;
&lt;li&gt;Speak anywhere and everywhere. Analyze your talks and improve&lt;/li&gt;
&lt;li&gt;Cut out “umms” if you can. Don’t be afraid of dead air — it can be powerful&lt;/li&gt;
&lt;li&gt;Learn about effective body language and power poses &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Got any specific questions? Follow me and tweet me &lt;a href="https://twitter.com/benghamine"&gt;@benghamine&lt;/a&gt; with any questions. DM’s always open! And check out &lt;a href="https://reactathon.com"&gt;Reactathon&lt;/a&gt; -- we're back IRL in 2022!&lt;/p&gt;

</description>
      <category>conference</category>
      <category>talk</category>
      <category>cfp</category>
      <category>presentation</category>
    </item>
    <item>
      <title>Full list of in-person React conferences in 2022</title>
      <dc:creator>Benjamin Dunphy</dc:creator>
      <pubDate>Sat, 22 Jan 2022 21:20:57 +0000</pubDate>
      <link>https://dev.to/benghamine/full-list-of-in-person-react-conferences-in-2022-1mh9</link>
      <guid>https://dev.to/benghamine/full-list-of-in-person-react-conferences-in-2022-1mh9</guid>
      <description>&lt;p&gt;React is a JavaScript library for building modern, powerful user interfaces. It was developed by Facebook engineers and introduced to the world in 2013 as an open source project. Today, it has emerged as the dominant frontend tool preferred by developers -- leading other libraries and frameworks in usage, adoption, developer experience, and interest. &lt;/p&gt;

&lt;p&gt;Conferences are beneficial to engineers and their companies for so many reasons. Here are just a few:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Stay up to date&lt;/strong&gt;. Learn from experienced engineers, maintainers, and core contributors who present what they've been working on the last year (or 2, or 5). JavaScript and React are ever-evolving, and to fall behind these changes is to invite problems into your code and company.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Gain perspective &amp;amp; insight&lt;/strong&gt;. Conferences aren't just about the talks -- you will also engage in conversations about the technology you love with engineers from other companies. They may help you to solve a problem you've been having, or see something in a way that you and your company have never thought about. &lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Get inspired&lt;/strong&gt;. There is something magical about putting hundreds of like-minded folks -- each with their own unique experiences -- in the same location for a day or two. It's thrilling to experience the connections you'll make with other engineers, which brings direct benefit back to the company in terms of education, perspective, and inspiration. &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Know any other reasons why you should attend a conference? Leave a comment below. &lt;/p&gt;

&lt;p&gt;Here is the full list of conferences dedicated exclusively to React (so far) happening IN-PERSON around the world in 2022: &lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;&lt;a href="https://www.reactlive.nl/"&gt;React Live&lt;/a&gt;&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Date&lt;/strong&gt;: April 1, 2022&lt;br&gt;
&lt;strong&gt;Location&lt;/strong&gt;: Amsterdam, Netherlands&lt;br&gt;
&lt;strong&gt;Indoors or Outdoors?&lt;/strong&gt;: Indoors&lt;br&gt;
&lt;strong&gt;Notable Speakers&lt;/strong&gt;: &lt;a href="https://twitter.com/mappletons"&gt;Maggie Appleton&lt;/a&gt;, &lt;a href="https://twitter.com/dabit3"&gt;Nader Dabit&lt;/a&gt;, &lt;a href="https://twitter.com/mjackson"&gt;Michael Jackson&lt;/a&gt;, &lt;a href="https://twitter.com/debs_obrien"&gt;Debbie O'Brien&lt;/a&gt; and more. &lt;br&gt;
&lt;strong&gt;Venue&lt;/strong&gt;: &lt;a href="https://goo.gl/maps/XkeqidN8FXY5mxZX6"&gt;Theater Amsterdam&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Hotel Room Block&lt;/strong&gt;: No, but provide a &lt;a href="https://www.booking.com/hotel/nl/moxy-by-marriott-amsterdam-houthavens.en.html?aid=2193155&amp;amp;no_rooms=1&amp;amp;group_adults=2"&gt;recommended hotel link&lt;/a&gt; &lt;br&gt;
&lt;strong&gt;Accepting talk proposals&lt;/strong&gt;: Closed&lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a href="https://www.reactlive.nl/"&gt;https://www.reactlive.nl/&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Twitter&lt;/strong&gt;: &lt;a href="https://twitter.com/reactlivenl"&gt;https://twitter.com/reactlivenl&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Code of Conduct&lt;/strong&gt;: &lt;a href="https://www.reactlive.nl/code-of-conduct"&gt;Yes&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Activities&lt;/strong&gt;: Talks, bowling, laser tag&lt;br&gt;
&lt;strong&gt;Covid Safety&lt;/strong&gt;: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Requirements&lt;/strong&gt; EITHER full vaccination OR valid negative PCR test OR recovery certificate&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Require Masks?&lt;/strong&gt; No&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Require Social Distancing?&lt;/strong&gt; No&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Event Outdoors?&lt;/strong&gt; No&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.reactlive.nl/covid19"&gt;More Covid safety info here&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Sponsors&lt;/strong&gt;: &lt;a href="https://passionatepeople.io/contact-us/"&gt;Passionate People&lt;/a&gt;, &lt;a href="https://edgeandnode.com/"&gt;Edge &amp;amp; Node&lt;/a&gt;, &lt;a href="https://www.storyblok.com/"&gt;Storyblok&lt;/a&gt;, &lt;a href="https://about.sourcegraph.com/"&gt;Sourcegraph&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Sponsorship Guide&lt;/strong&gt;: &lt;a href="https://www.reactlive.nl/sponsors"&gt;Yes&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Diversity/Scholarship&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;Price&lt;/strong&gt;: €214 EUR&lt;br&gt;
&lt;strong&gt;Workshops&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;About&lt;/strong&gt;:&lt;br&gt;
An exclusive Full Day In-Person React Conference hosted at the Greatest Conference Venue in the World here in the beautiful city of Amsterdam in The Netherlands. We are ecstatic to announce the return of React Conference Live which last time hosted 800+ Attendees in 2019. You will have the unique opportunity to learn, mingle, network and have fun with colleagues at Theater Amsterdam. Watch 15 React Experts share their knowledge in-person on the tremendous stage of Theater Amsterdam on Friday 1st April 2022.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Highlights/Marketing Video&lt;/strong&gt;:&lt;br&gt;
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/xA3yyjp19Y4"&gt;
&lt;/iframe&gt;
&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;&lt;a href="https://www.reactmiami.com/"&gt;React Miami&lt;/a&gt;&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Date&lt;/strong&gt;: April 18 - 19, 2022&lt;br&gt;
&lt;strong&gt;Location&lt;/strong&gt;: Miami Beach, Florida &lt;br&gt;
&lt;strong&gt;Indoors or Outdoors?&lt;/strong&gt;: Indoors&lt;br&gt;
&lt;strong&gt;Notable Speakers&lt;/strong&gt;: &lt;a href="https://twitter.com/tejaskumar_"&gt;Tejas Kumar&lt;/a&gt;, &lt;a href="https://twitter.com/dabit3"&gt;Nader Dabit&lt;/a&gt;, &lt;a href="https://twitter.com/gurlcode"&gt;Jenn Creighton&lt;/a&gt;, &lt;a href="https://twitter.com/kentcdodds"&gt;Kent C. Dodds&lt;/a&gt; and more. &lt;br&gt;
&lt;strong&gt;Venue&lt;/strong&gt;: &lt;a href="https://goo.gl/maps/hEE8oh98KZgahNW97"&gt;Miami Beach Convention Center&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Hotel Room Block&lt;/strong&gt;: No information &lt;br&gt;
&lt;strong&gt;Accepting talk proposals&lt;/strong&gt;: Closed&lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a href="https://www.reactmiami.com/"&gt;https://www.reactmiami.com/&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Twitter&lt;/strong&gt;: &lt;a href="https://twitter.com/ReactMiamiConf"&gt;https://twitter.com/ReactMiamiConf&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Code of Conduct&lt;/strong&gt;: &lt;a href="https://github.com/React-Miami-Conf/React-Miami-Code-of-Conduct/blob/main/code-of-conduct.md"&gt;Yes&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Activities&lt;/strong&gt;: Talks, + free access to eMerge Americas Conference &lt;br&gt;
&lt;strong&gt;Covid Safety&lt;/strong&gt;: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Require Vaccination?&lt;/strong&gt; No&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Require Negative Test for Admission?&lt;/strong&gt; No&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Require Masks?&lt;/strong&gt; Yes&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Require Social Distancing?&lt;/strong&gt; Yes&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Event Outdoors?&lt;/strong&gt; No&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.reactmiami.com/covid"&gt;More Covid safety info here&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Sponsors&lt;/strong&gt;: None&lt;br&gt;
&lt;strong&gt;Sponsorship Guide&lt;/strong&gt;: &lt;a href="https://www.reactmiami.com/sponsors"&gt;Pricing &amp;amp; tiers here&lt;/a&gt;, full guide on request&lt;br&gt;
&lt;strong&gt;Diversity/Scholarship&lt;/strong&gt;: &lt;a href="https://docs.google.com/forms/d/e/1FAIpQLSfw2yAmNcfsMZPHu9RequRP7BY_pGj3nJBgAjcaS9pEUoghpg/viewform"&gt;Yes&lt;/a&gt;. Deadline March 11&lt;br&gt;
&lt;strong&gt;Price&lt;/strong&gt;: $749 USD&lt;br&gt;
&lt;strong&gt;Workshops&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;About&lt;/strong&gt;:&lt;br&gt;
The first React Conference in Miami for and by the community located just four blocks from the beach with the Miami Beach Botanical Garden right outside event doors! We're bringing together industry leaders to share the latest in React ranging from technical writing to web3 and everything in between! React Miami will be organized April 18 - 19, 2022 at the Miami Beach Convention Center within the eMerge Americas Conference gathering 400+ React developers to learn, have fun, network, and mingle.&lt;/p&gt;


&lt;h2&gt;
  
  
  &lt;strong&gt;&lt;a href="https://www.reactathon.com"&gt;Reactathon&lt;/a&gt;&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Date&lt;/strong&gt;: May 3 - 5, 2022&lt;br&gt;
&lt;strong&gt;Location&lt;/strong&gt;: Berkeley, CA&lt;br&gt;
&lt;strong&gt;Indoors or Outdoors?&lt;/strong&gt;: Fully-outdoors&lt;br&gt;
&lt;strong&gt;Notable Speakers&lt;/strong&gt;: &lt;a href="https://twitter.com/ryanflorence"&gt;Ryan Florence&lt;/a&gt;, &lt;a href="https://twitter.com/kentcdodds"&gt;Kent C. Dodds&lt;/a&gt;, &lt;a href="https://twitter.com/lydiahallie"&gt;Lydia Hallie&lt;/a&gt;, &lt;a href="https://twitter.com/simona_cotin"&gt;Simona Cotin&lt;/a&gt;, &lt;a href="https://twitter.com/gurlcode"&gt;Jenn Creighton&lt;/a&gt; and more. &lt;br&gt;
&lt;strong&gt;Venue&lt;/strong&gt;: &lt;a href="https://goo.gl/maps/5xpvPnCpBxNN8zea7"&gt;Cal Shakes Bruns Amphitheater &amp;amp; Grounds&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Hotel Room Block&lt;/strong&gt;: Yes, coming soon (downtown Berkeley, CA)&lt;br&gt;
&lt;strong&gt;Accepting talk proposals&lt;/strong&gt;: &lt;a href="https://docs.google.com/forms/d/e/1FAIpQLScl7eZMXZAeintkqPCB0KuQ5UnLQsLJ9lIBl1PdfXKEkiTDNg/viewform"&gt;Yes&lt;/a&gt;. Closes EOD February 24, US-Pacific time.&lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a href="https://www.reactathon.com"&gt;https://www.reactathon.com&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Twitter&lt;/strong&gt;: &lt;a href="https://twitter.com/reactathon"&gt;https://twitter.com/reactathon&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Code of Conduct&lt;/strong&gt;: &lt;a href="https://www.reactathon.com/code-of-conduct"&gt;Yes&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Activities&lt;/strong&gt;: Talks, workshops, topic tables, onsite &amp;amp; offsite afterparties, social activities, hiking tours, unconference icebreakers&lt;br&gt;
&lt;strong&gt;Covid Safety&lt;/strong&gt;: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Require Vaccination?&lt;/strong&gt; Yes&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Require Negative Test for Admission?&lt;/strong&gt; Yes&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Require Masks?&lt;/strong&gt; Tentatively no&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Require Social Distancing?&lt;/strong&gt; Tentatively no&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Event Outdoors?&lt;/strong&gt; Yes; fully-outdoors&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.reactathon.com/about/faq/safety/"&gt;More Covid safety info here&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Sponsors&lt;/strong&gt;: &lt;a href="https://vercel.com"&gt;Vercel&lt;/a&gt;, &lt;a href="https://hasura.io"&gt;Hasura&lt;/a&gt;, &lt;a href="https://auth0.com"&gt;Auth0&lt;/a&gt;, &lt;a href="https://stately.ai"&gt;Stately AI&lt;/a&gt;, &lt;a href="https://lumigo.io"&gt;Lumigo&lt;/a&gt;, &lt;a href="https://prisma.io"&gt;Prisma&lt;/a&gt;, &lt;a href="https://sanity.io"&gt;Sanity&lt;/a&gt;, &lt;br&gt;
&lt;strong&gt;Sponsorship Guide&lt;/strong&gt;: Yes. &lt;a href="//mailto:info@reactathon.com"&gt;Email here for the full sponsorship guide&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Diversity/Scholarship&lt;/strong&gt;: &lt;a href="https://docs.google.com/forms/d/e/1FAIpQLSdbsT1PMiEgG3hT63ltx-m-qdNXqW8OaqaLafR0HdArEOURaQ/viewform"&gt;Yes&lt;/a&gt;. Deadline March 24. &lt;br&gt;
&lt;strong&gt;Price&lt;/strong&gt;: Starting at $499 USD&lt;br&gt;
&lt;strong&gt;Workshops&lt;/strong&gt;: Yes, in-person &amp;amp; sold separately (May 3 &amp;amp; May 6). Announcing February 2&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;About&lt;/strong&gt;:&lt;br&gt;
Since 2017, Reactathon has brought frontend and fullstack engineers together to learn, connect, and inspire. For 2022, we return in-person at a beautiful outdoor venue in San Francisco's East Bay. With the addition of the optional Serverless in the Park on May 5, you'll enjoy 2.5 days of talks from industry leaders, 6 different workshops, and true connections with your peers. There's so much to look forward to &amp;amp; experience! &lt;em&gt;Note&lt;/em&gt;: The author of this blog post is the organizer of Reactathon. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Highlights/Marketing Video&lt;/strong&gt;:&lt;br&gt;
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/-YG5cljNXIA"&gt;
&lt;/iframe&gt;
&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;&lt;a href="https://appjs.co/"&gt;App.JS Conf&lt;/a&gt;&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Date&lt;/strong&gt;: June 3 - 4, 2022&lt;br&gt;
&lt;strong&gt;Location&lt;/strong&gt;: Krakow, Poland&lt;br&gt;
&lt;strong&gt;Indoors or outdoors?&lt;/strong&gt; Unknown&lt;br&gt;
&lt;strong&gt;Notable Speakers&lt;/strong&gt;: Unknown&lt;br&gt;
&lt;strong&gt;Venue&lt;/strong&gt;: Unknown&lt;br&gt;
&lt;strong&gt;Hotel Room Block&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;Accepting talk proposals&lt;/strong&gt;: &lt;a href="https://docs.google.com/forms/d/1-TUgnCqqGsTufBv2W5Nn8rXzoBg7qpBZKoQT0qKp7jA/viewform?edit_requested=true"&gt;Yes&lt;/a&gt;. Deadline unknown.&lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a href="https://appjs.co/"&gt;https://appjs.co/&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Twitter&lt;/strong&gt;: &lt;a href="https://twitter.com/appjsconf"&gt;https://twitter.com/appjsconf&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Code of Conduct&lt;/strong&gt;: &lt;a href="https://confcodeofconduct.com/"&gt;Yes&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Activities&lt;/strong&gt;: Talks&lt;br&gt;
&lt;strong&gt;Covid Safety&lt;/strong&gt;: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Require Vaccination?&lt;/strong&gt; Unknown&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Require Negative Test for Admission?&lt;/strong&gt; Unknown&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Require Masks?&lt;/strong&gt; Unknown&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Require Social Distancing?&lt;/strong&gt; Unknown&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Event Outdoors?&lt;/strong&gt; Unknown&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;No covid safety info provided as of this writing&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Sponsors&lt;/strong&gt;: None. Partners: &lt;a href="https://expo.dev"&gt;Expo&lt;/a&gt;, &lt;a href="https://swmansion.com/"&gt;Software Mansion&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Sponsorship Guide&lt;/strong&gt;: &lt;a href="https://appjs.co/App.js-Conf-sponsorship.pdf"&gt;Yes&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Diversity/Scholarship&lt;/strong&gt;: Unknown&lt;br&gt;
&lt;strong&gt;Price&lt;/strong&gt;: Unknown&lt;br&gt;
&lt;strong&gt;Workshops&lt;/strong&gt;: Unknown&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;About&lt;/strong&gt;:&lt;br&gt;
App.js is an appreciation event for the open-source and React Native community. Check out the previous edition and join us in 2022!&lt;/p&gt;


&lt;h2&gt;
  
  
  &lt;strong&gt;&lt;a href="https://reactsummit.com/"&gt;React Summit&lt;/a&gt;&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Date&lt;/strong&gt;: June 17, 2022&lt;br&gt;
&lt;strong&gt;Location&lt;/strong&gt;: Amsterdam, Netherlands&lt;br&gt;
&lt;strong&gt;Indoors or Outdoors?&lt;/strong&gt;: Unknown&lt;br&gt;
&lt;strong&gt;Notable Speakers&lt;/strong&gt;: &lt;a href="https://twitter.com/ken_wheeler"&gt;Ken Wheeler&lt;/a&gt;, &lt;a href="https://twitter.com/threepointone"&gt;Sunil Pai&lt;/a&gt;, &lt;a href="https://twitter.com/anjanavakil"&gt;Anjana Vakil&lt;/a&gt;, &lt;a href="https://twitter.com/NikkitaFTW"&gt;Sara Vieira&lt;/a&gt; and more. &lt;br&gt;
&lt;strong&gt;Venue&lt;/strong&gt;: Unknown&lt;br&gt;
&lt;strong&gt;Hotel Room Block&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;Accepting talk proposals&lt;/strong&gt;: &lt;a href="https://forms.gle/vrxJt9Y2yGK1hNEQ6"&gt;Yes&lt;/a&gt;. Deadline March 20. &lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a href="https://reactsummit.com/"&gt;https://reactsummit.com/&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Twitter&lt;/strong&gt;: &lt;a href="https://twitter.com/reactsummit"&gt;https://twitter.com/reactsummit&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Code of Conduct&lt;/strong&gt;: &lt;a href="https://reactsummit.com/coc"&gt;Yes&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Activities&lt;/strong&gt;: Talks, workshops, city tours, afterparty, community pre-parties &amp;amp; meetups&lt;br&gt;
&lt;strong&gt;Covid Safety&lt;/strong&gt;: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Require Vaccination?&lt;/strong&gt; Unknown&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Require Negative Test for Admission?&lt;/strong&gt; Unknown&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Require Masks?&lt;/strong&gt; Unknown&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Require Social Distancing?&lt;/strong&gt; Unknown&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Event Outdoors?&lt;/strong&gt; Unknown&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;No covid safety info provided as of this writing&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Sponsors&lt;/strong&gt;: None&lt;br&gt;
&lt;strong&gt;Sponsorship Guide&lt;/strong&gt;: &lt;a href="https://reactsummit.com/sponsors/"&gt;Yes&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Diversity/Scholarship&lt;/strong&gt;: Yes, although no application present on website. &lt;br&gt;
&lt;strong&gt;Price&lt;/strong&gt;: Starting at €510 EUR&lt;br&gt;
&lt;strong&gt;Workshops&lt;/strong&gt;: Yes, free online workshops&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;About&lt;/strong&gt;:&lt;br&gt;
React Summit is an annual conference on all things React, gathering thousands of Front-end and Full-stack engineers from around the world. Originally exclusively in-person, React Summit now offers a hybrid format with both remote and in-person participation. This year, the format of the event will be hybrid, with the first day streamed from the Amsterdam venue including hybrid networking features and interactive entertainment; and second day, as well as the numerous free workshops, streamed to the global audience online.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Highlights/Marketing Video&lt;/strong&gt;:&lt;br&gt;
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/K_JIIF5xYS4"&gt;
&lt;/iframe&gt;
&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;&lt;a href="https://react-finland.fi/"&gt;React Finland&lt;/a&gt;&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Date&lt;/strong&gt;: May 30 - June 3, 2022&lt;br&gt;
&lt;strong&gt;Location&lt;/strong&gt;: Helsinki, Finland&lt;br&gt;
&lt;strong&gt;Indoors or Outdoors?&lt;/strong&gt; Unknown&lt;br&gt;
&lt;strong&gt;Notable Speakers&lt;/strong&gt;: TBD&lt;br&gt;
&lt;strong&gt;Venue&lt;/strong&gt;: TBD&lt;br&gt;
&lt;strong&gt;Hotel Room Block&lt;/strong&gt;: Unknown&lt;br&gt;
&lt;strong&gt;Accepting talk proposals&lt;/strong&gt;: Unknown&lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a href="https://react-finland.fi/"&gt;https://react-finland.fi/&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Twitter&lt;/strong&gt;: &lt;a href="https://twitter.com/ReactFinland"&gt;https://twitter.com/ReactFinland&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Code of Conduct&lt;/strong&gt;: &lt;a href="http://berlincodeofconduct.org/"&gt;Yes&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Activities&lt;/strong&gt;: Unknown &lt;br&gt;
&lt;strong&gt;Covid Safety&lt;/strong&gt;: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Require Vaccination?&lt;/strong&gt; Unknown&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Require Negative Test for Admission?&lt;/strong&gt; Unknown&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Require Masks?&lt;/strong&gt; Unknown&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Require Social Distancing?&lt;/strong&gt; Unknown&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Event Outdoors?&lt;/strong&gt; Unknown&lt;/li&gt;
&lt;li&gt;No Covid safety info available yet&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Sponsors&lt;/strong&gt;: None&lt;br&gt;
&lt;strong&gt;Sponsorship Guide&lt;/strong&gt;: Unknown&lt;br&gt;
&lt;strong&gt;Diversity/Scholarship&lt;/strong&gt;: Unknown&lt;br&gt;
&lt;strong&gt;Price&lt;/strong&gt;: Unknown&lt;br&gt;
&lt;strong&gt;Workshops&lt;/strong&gt;: Unknown&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;About&lt;/strong&gt;:&lt;br&gt;
No info for 2022 yet. From 2020 event: React Finland combines the Finnish React community with international flavor. In this single track event you will learn more about React and surrounding topics while meeting some of the leading talents of the community. In addition to enjoying the event, this is your chance to explore Finland.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Highlights/Marketing Video&lt;/strong&gt;:&lt;br&gt;
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/BO_osndeLII"&gt;
&lt;/iframe&gt;
&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;&lt;a href="https://www.renderatl.com/"&gt;Render(ATL)&lt;/a&gt;&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Date&lt;/strong&gt;: June 1 - 4, 2022&lt;br&gt;
&lt;strong&gt;Location&lt;/strong&gt;: Atlanta, GA&lt;br&gt;
&lt;strong&gt;Indoors or Outdoors?&lt;/strong&gt; Indoors&lt;br&gt;
&lt;strong&gt;Notable Speakers&lt;/strong&gt;: &lt;a href="https://twitter.com/ryanflorence"&gt;Ryan Florence&lt;/a&gt;, &lt;a href="https://twitter.com/cassidoo"&gt;Cassidy Williams&lt;/a&gt;, &lt;a href="https://twitter.com/jlengstorf"&gt;Jason Lengstorf&lt;/a&gt;, &lt;a href="https://twitter.com/aishablake"&gt;Aisha Blake&lt;/a&gt;, &lt;a href="//https:/twitter.com/davidkpiano"&gt;David Khourshid&lt;/a&gt; and more. &lt;br&gt;
&lt;strong&gt;Venue&lt;/strong&gt;: &lt;a href="https://www.google.com/maps/place/The+Gathering+Spot/@33.7679374,-84.4030248,17z/data=!3m1!4b1!4m5!3m4!1s0x88f504865b91acf1:0x6130c924ae27e3d3!8m2!3d33.7679374!4d-84.4008308?hl=en"&gt;The Gathering Spot&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Hotel Room Block&lt;/strong&gt;:&lt;a href="https://www.hilton.com/en/book/reservation/rooms/?ctyhocn=ATLTWQQ&amp;amp;arrivalDate=2022-06-01&amp;amp;departureDate=2022-06-05&amp;amp;room1NumAdults=1&amp;amp;cid=OM%2CWW%2CHILTONLINK%2CEN%2CDirectLin"&gt;Yes, $180/night&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Accepting talk proposals&lt;/strong&gt;: &lt;a href="https://www.papercall.io/react-day-bangalore"&gt;Yes&lt;/a&gt;. Closes Dec 31, 2019. &lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a href="https://www.renderatl.com/"&gt;https://www.renderatl.com/&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Twitter&lt;/strong&gt;: &lt;a href="https://twitter.com/renderATL"&gt;https://twitter.com/renderATL&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Code of Conduct&lt;/strong&gt;: &lt;a href="https://www.renderatl.com/thecode#/"&gt;Yes&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Activities&lt;/strong&gt;: Talks, Workshops, Day 4 music festival&lt;br&gt;
&lt;strong&gt;Covid Safety&lt;/strong&gt;: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Require Vaccination?&lt;/strong&gt; Either Vaccine OR Negative test. Vaccination requirement includes booster&lt;/li&gt;
&lt;li&gt;*&lt;em&gt;Require Negative Test for Admission? *&lt;/em&gt; Only if unvaccinated&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Require Masks?&lt;/strong&gt; Unknown&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Require Social Distancing?&lt;/strong&gt; No&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Event Outdoors?&lt;/strong&gt; No&lt;/li&gt;
&lt;li&gt;More Covid safety info &lt;a href="https://www.renderatl.com/faq"&gt;here&lt;/a&gt; and &lt;a href="https://www.renderatl.com/covid#/"&gt;here&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Sponsors&lt;/strong&gt;: &lt;a href="https://formidable.com/"&gt;Formidable&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Sponsorship Guide&lt;/strong&gt;: &lt;a href="https://calendly.com/render-atlanta-team/sponsor?month=2021-12"&gt;By request here&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Diversity/Scholarship&lt;/strong&gt;: Yes; closed. &lt;br&gt;
&lt;strong&gt;Price&lt;/strong&gt;: Starting at $550 USD&lt;br&gt;
&lt;strong&gt;Workshops&lt;/strong&gt;: Yes, on day 1. Workshops unknown&lt;br&gt;
&lt;strong&gt;About&lt;/strong&gt;:&lt;br&gt;
Waffles and wings. Collards and code. A music festival. RenderATL is the four-day software engineering conference &amp;amp; music festival featuring your next career opportunity with expert speakers in tech covering upcoming and current best engineering practices, engineering leadership, accessibility practices, and more.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Highlights/Marketing Video&lt;/strong&gt;:&lt;br&gt;
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/4JOBMGSOYkM"&gt;
&lt;/iframe&gt;
&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;&lt;a href="https://react-next.com/"&gt;React Next&lt;/a&gt;&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Date&lt;/strong&gt;: June 28, 2022&lt;br&gt;
&lt;strong&gt;Location&lt;/strong&gt;: Tel Aviv, Israel&lt;br&gt;
&lt;strong&gt;Indoor or Outdoor?&lt;/strong&gt; Indoor&lt;br&gt;
&lt;strong&gt;Notable Speakers&lt;/strong&gt;: Unannounced&lt;br&gt;
&lt;strong&gt;Venue&lt;/strong&gt;: &lt;a href="https://www.google.com/maps/place/InterContinental+David+Tel+Aviv/@32.0654096,34.7638191,15z/data=!4m2!3m1!1s0x0:0xe6e0fd47804a4893?sa=X&amp;amp;ved=2ahUKEwjstIefp8rmAhXBPn0KHbLfCAUQ_BIwC3oECBcQCA"&gt;David Intercontinental Hotel&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Hotel Room Block&lt;/strong&gt;: Unclear, but the event is held at a hotel&lt;br&gt;
&lt;strong&gt;Accepting talk proposals&lt;/strong&gt;: &lt;a href="https://docs.google.com/forms/d/e/1FAIpQLScZh0jCIxXX2F3kObeBVR2R-IVGjt_QWeFGnvR-l6453NX8-A/viewform"&gt;Yes&lt;/a&gt;. Deadline Feb 15. &lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a href="https://react-next.com/"&gt;https://react-next.com/&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Twitter&lt;/strong&gt;: &lt;a href="https://twitter.com/reactnext"&gt;https://twitter.com/reactnext&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Code of Conduct&lt;/strong&gt;: &lt;a href="https://react-next.com/code/"&gt;Yes&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Activities&lt;/strong&gt;: 2 tracks of talks, networking and games, jobs and partner opportunities &lt;br&gt;
&lt;strong&gt;Covid Safety&lt;/strong&gt;: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Require Vaccination?&lt;/strong&gt; Unknown&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Require Negative Test for Admission?&lt;/strong&gt; Unknown&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Require Masks?&lt;/strong&gt; Unknown&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Require Social Distancing?&lt;/strong&gt; Unknown&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Event Outdoors?&lt;/strong&gt; No&lt;/li&gt;
&lt;li&gt;No covid safety info on conference website; footer URL directs to a &lt;a href="https://corona.health.gov.il/en/green-pass-lobby/green-pass-info/"&gt;government website for a "green pass"&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Sponsors&lt;/strong&gt;: None&lt;br&gt;
&lt;strong&gt;Sponsorship Guide&lt;/strong&gt;: &lt;a href="https://www.react-next.com/sponsors/#sponsor-form-anchor"&gt;Available on request&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Diversity/Scholarship&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;Price&lt;/strong&gt;: Starting at 680 ILS&lt;br&gt;
&lt;strong&gt;Workshops&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;About&lt;/strong&gt;:&lt;br&gt;
Since 2016, ReactNext has been Israel’s largest and most prestigious conference for the React framework. The all technical conference brings top local and international speakers to share their experiences with over 1,000 developers in Israel and from all over the world. The conference features advanced topics aimed for experienced developers, team leaders, and consultants. And a great oppurtinuty R&amp;amp;D and product managers to evaluate the business advantages of React.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Highlights/Marketing Video&lt;/strong&gt;:&lt;br&gt;
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/yt-VRe3V2ec"&gt;
&lt;/iframe&gt;
&lt;/p&gt;




&lt;p&gt;That's the entire list as of January 2022! If you're the organizer of one of these conferences and you see missing/incorrect information, contact the author at &lt;a href="mailto:ben@realworldreact.com"&gt;ben@realworldreact.com&lt;/a&gt; to update it. &lt;/p&gt;

&lt;p&gt;Is your event missing from this list? Contact the author at &lt;a href="mailto:ben@realworldreact.com"&gt;ben@realworldreact.com&lt;/a&gt; to get it listed! &lt;/p&gt;




&lt;p&gt;Consider tweeting, emailing, or otherwise sharing this article with your network and friends to help strengthen the React community! &lt;/p&gt;

</description>
      <category>react</category>
      <category>javascript</category>
      <category>conference</category>
      <category>community</category>
    </item>
    <item>
      <title>Full list of React Conferences in 2020 👩‍🏫 ⚛️ 🤝 ⚛️ 👨‍🏫</title>
      <dc:creator>Benjamin Dunphy</dc:creator>
      <pubDate>Thu, 26 Dec 2019 19:43:40 +0000</pubDate>
      <link>https://dev.to/benghamine/full-list-of-react-conferences-in-2020-1a3o</link>
      <guid>https://dev.to/benghamine/full-list-of-react-conferences-in-2020-1a3o</guid>
      <description>&lt;p&gt;React is a JavaScript library for building modern, powerful user interfaces. It was developed by Facebook engineers and introduced to the world in 2013 as an open source project. Today, it has emerged as the dominant frontend tool preferred by developers -- leading other libraries and frameworks in usage, adoption, developer experience, and interest. &lt;/p&gt;

&lt;p&gt;Conferences are beneficial to engineers and their companies for so many reasons. Here are just a few:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Stay up to date&lt;/strong&gt;. Learn from experienced engineers, maintainers, and core contributors who present what they've been working on the last year (or 2, or 5). JavaScript and React are ever-evolving, and to fall behind these changes is to invite problems into your code and company.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Gain perspective &amp;amp; insight&lt;/strong&gt;. Conferences aren't just about the talks -- you will also engage in conversations about the technology you love with engineers from other companies. They may help you to solve a problem you've been having, or see something in a way that you and your company have never thought about. &lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Get inspired&lt;/strong&gt;. There is something magical about putting hundreds of like-minded folks -- each with their own unique experiences -- in the same room for a day or two. It's thrilling to experience this connection you'll make with other engineers, which brings direct benefit back to the company in terms of education, perspective, and inspiration. &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Know any other reasons why you should attend a conference? Leave a comment below. &lt;/p&gt;

&lt;p&gt;Here is the full list of React conferences (so far) happening around the world in 2020: &lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;&lt;a href="https://react-barcamp.de/"&gt;React Barcamp&lt;/a&gt;&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Date&lt;/strong&gt;: February 1 - 2, 2020&lt;br&gt;
&lt;strong&gt;Location&lt;/strong&gt;: Cologne, Germany&lt;br&gt;
&lt;strong&gt;Notable Speakers&lt;/strong&gt;: None. A barcamp is similar to an unconference. &lt;br&gt;
&lt;strong&gt;Venue&lt;/strong&gt;: &lt;a href="https://www.google.com/maps?ll=50.944038,6.971383&amp;amp;z=18&amp;amp;t=m&amp;amp;hl=de&amp;amp;gl=DE&amp;amp;mapclient=embed&amp;amp;cid=16351357321415857745"&gt;RTL Media Group&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Hotel Room Block&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;Accepting talk proposals&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a href="https://react-barcamp.de/"&gt;https://react-barcamp.de/&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Twitter&lt;/strong&gt;: &lt;a href="https://twitter.com/ReactBarcamp"&gt;https://twitter.com/ReactBarcamp&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Code of Conduct&lt;/strong&gt;: &lt;a href="https://react-barcamp.de/coc/"&gt;Yes&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Activities&lt;/strong&gt;: Unstructured discussion in the Barcamp/Unconference format&lt;br&gt;
&lt;strong&gt;Sponsorship Guide&lt;/strong&gt;: Unknown &lt;br&gt;
&lt;strong&gt;Diversity/Scholarship&lt;/strong&gt;: Yes. Contact &lt;a href="mailto:barcamp@kitconcept.com"&gt;barcamp@kitconcept.com&lt;/a&gt;. No formal application available. &lt;br&gt;
&lt;strong&gt;Price&lt;/strong&gt;: Free&lt;br&gt;
&lt;strong&gt;Workshops&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;About&lt;/strong&gt;:&lt;br&gt;
A Barcamp is an event shaped by your contribution. Rather than having scheduled speakers, you will have the opportunity to talk about what is important to you. Anyone with something to contribute in the context of user experience is welcome to join. The goal is to share what you know, to learn from others, to ignite discussion, and to connect in an open environment.&lt;/p&gt;


&lt;h2&gt;
  
  
  &lt;strong&gt;&lt;a href="https://reactconfau.com/"&gt;ReactConf AU&lt;/a&gt;&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Date&lt;/strong&gt;: February 27 - 28, 2020&lt;br&gt;
&lt;strong&gt;Location&lt;/strong&gt;: Sydney, Australia &lt;br&gt;
&lt;strong&gt;Notable Speakers&lt;/strong&gt;: &lt;a href="https://twitter.com/tejaskumar_"&gt;Tejas Kumar&lt;/a&gt;, &lt;a href="https://twitter.com/broccolini"&gt;Diana Mounter&lt;/a&gt;, &lt;a href="https://twitter.com/davidkpiano"&gt;David Khourshid&lt;/a&gt;, and more. &lt;br&gt;
&lt;strong&gt;Venue&lt;/strong&gt;: &lt;a href="https://www.google.com/maps/place/Doltone+House+-+Jones+Bay+Wharf/@-33.8641602,151.1944868,14.18z/data=!4m5!3m4!1s0x0:0xdd99d39b58909c4f!8m2!3d-33.86479!4d151.194134"&gt;Doltone House&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Hotel Room Block&lt;/strong&gt;: Sort of. They offer various &lt;a href="https://reactconfau.com/travel"&gt;accommodation packages&lt;/a&gt;. &lt;br&gt;
&lt;strong&gt;Accepting talk proposals&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a href="https://reactconfau.com/"&gt;https://reactconfau.com/&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Twitter&lt;/strong&gt;: &lt;a href="https://twitter.com/reactconfau"&gt;https://twitter.com/reactconfau&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Code of Conduct&lt;/strong&gt;: &lt;a href="https://reactconfau.com/code-of-conduct"&gt;Yes&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Activities&lt;/strong&gt;: Talks&lt;br&gt;
&lt;strong&gt;Sponsorship Guide&lt;/strong&gt;: &lt;a href="https://reactconfau.com/sponsorship"&gt;Yes&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Diversity/Scholarship&lt;/strong&gt;: &lt;a href="https://docs.google.com/forms/d/e/1FAIpQLSfGjnCO_HX8C7PBtRUKjvLuW_kTjTG7RH484PmYHxjP6SGBrQ/viewform"&gt;Yes&lt;/a&gt;. Deadline January 5&lt;br&gt;
&lt;strong&gt;Price&lt;/strong&gt;: $990 AUD&lt;br&gt;
&lt;strong&gt;Workshops&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;About&lt;/strong&gt;:&lt;br&gt;
ReactConf AU is the biggest gathering of local and international React developers ever to take place in the Southern Hemisphere. ReactConf AU is brought to you by your friends at Thinkmill.&lt;br&gt;
Learn stuff, hang out with the global React community, and make React history on Australia’s famous Sydney Harbour during summer.&lt;/p&gt;


&lt;h2&gt;
  
  
  &lt;strong&gt;&lt;a href="https://www.reactathon.com"&gt;Reactathon&lt;/a&gt;&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Date&lt;/strong&gt;: March 30 - 31, 2020&lt;br&gt;
&lt;strong&gt;Location&lt;/strong&gt;: San Francisco, CA&lt;br&gt;
&lt;strong&gt;Notable Speakers&lt;/strong&gt;: &lt;a href="https://twitter.com/rauchg"&gt;Guillermo Rauch&lt;/a&gt;, &lt;a href="https://twitter.com/cassidoo"&gt;Cassidy Williams&lt;/a&gt;, &lt;a href="https://twitter.com/ryanflorence"&gt;Ryan Florence&lt;/a&gt;, &lt;a href="https://twitter.com/kentcdodds"&gt;Kent C. Dodds&lt;/a&gt; and more. &lt;br&gt;
&lt;strong&gt;Venue&lt;/strong&gt;: &lt;a href="https://www.google.com/maps/place/Hilton+San+Francisco+Union+Square/@37.7857894,-122.4127858,17z/data=!3m1!4b1!4m8!3m7!1s0x8085808fa0472279:0x49345c4565f1667a!5m2!4m1!1i2!8m2!3d37.7857894!4d-122.4105971"&gt;Hilton San Francisco Union Square&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Hotel Room Block&lt;/strong&gt;: Yes. &lt;a href="https://book.passkey.com/gt/217616336?gtid=5bfd40eabf50232b16ce5b2939efba75"&gt;Hilton San Francisco Union Square&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Accepting talk proposals&lt;/strong&gt;: &lt;a href="https://docs.google.com/forms/d/e/1FAIpQLScv1vyGgoWB_B3f4BsebBUy69s3pHS9KSydPruHxgFwBSIPZw/viewform"&gt;Yes&lt;/a&gt;. January 15 priority deadline, February 1 final deadline&lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a href="https://www.reactathon.com"&gt;https://www.reactathon.com&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Twitter&lt;/strong&gt;: &lt;a href="https://twitter.com/reactathon"&gt;https://twitter.com/reactathon&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Code of Conduct&lt;/strong&gt;: &lt;a href="https://www.reactathon.com/code-of-conduct"&gt;Yes&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Activities&lt;/strong&gt;: Talks, workshops, hiring mixer, topic tables, meetups and afterparties, social activities, city tours&lt;br&gt;
&lt;strong&gt;Sponsorship Guide&lt;/strong&gt;: &lt;a href="https://reactathon.s3-us-west-1.amazonaws.com/2020/reactathon-2020-sponsorship-guide-sm.pdf"&gt;Yes&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Diversity/Scholarship&lt;/strong&gt;: &lt;a href="https://docs.google.com/forms/d/e/1FAIpQLScp38X3yI2nfuVa3O7JpwveTGSz3L-SKQASx-yAvcbq0YenOg/viewform"&gt;Yes&lt;/a&gt;. Deadline March 1. &lt;br&gt;
&lt;strong&gt;Price&lt;/strong&gt;: Starting at $599 USD&lt;br&gt;
&lt;strong&gt;Workshops&lt;/strong&gt;: Yes, sold separately (March 30): &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;React Suspense Workshop - Kent C. Dodds&lt;/li&gt;
&lt;li&gt;Build a Modern JAMstack app with Gatsby, GraphQL, &amp;amp; Serverless - Swizec Teller&lt;/li&gt;
&lt;li&gt;GraphQL for Frontend Developers - Eve Porcello&lt;/li&gt;
&lt;li&gt;Intro to Modern React using Hooks - Ben Ilegbodu &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;About&lt;/strong&gt;:&lt;br&gt;
Reactathon is the San Francisco React Conference featuring 2 days of technical talks, networking, workshops, &amp;amp; activities on all things React. Come hang out with and learn from some of the brightest minds and best speakers in the JS/React community. &lt;em&gt;Note&lt;/em&gt;: The author of this blog post is the organizer of Reactathon. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Highlights/Marketing Video&lt;/strong&gt;:&lt;br&gt;
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/-YG5cljNXIA"&gt;
&lt;/iframe&gt;
&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;&lt;a href="https://reactsummit.com/"&gt;React Summit&lt;/a&gt;&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Date&lt;/strong&gt;: April 15 - 17, 2020&lt;br&gt;
&lt;strong&gt;Location&lt;/strong&gt;: Amsterdam, Netherlands&lt;br&gt;
&lt;strong&gt;Notable Speakers&lt;/strong&gt;: &lt;a href="https://twitter.com/mweststrate"&gt;Michel Weststrate&lt;/a&gt;, &lt;a href="https://twitter.com/ParissAthena"&gt;Parris Athena&lt;/a&gt;, &lt;a href="https://twitter.com/kentcdodds/"&gt;Kent C. Dodds&lt;/a&gt;, &lt;a href="https://twitter.com/NikkitaFTW"&gt;Sara Vieira&lt;/a&gt; and more. &lt;br&gt;
&lt;strong&gt;Venue&lt;/strong&gt;: &lt;a href="https://www.google.nl/maps/place/the+Kromhouthal/@52.3832816,4.9183379,17z/data=!4m21!1m15!4m14!1m5!1m1!1s0x47c609abb3be496b:0x1a140c53c426f7c7!2m2!1d4.9205266!2d52.3832816!1m6!1m2!1s0x47c609abb3be496b:0x1a140c53c426f7c7!2sthe+Kromhouthal,+Gedempt+Hamerkanaal+231,+1021+KP+Amsterdam!2m2!1d4.9205266!2d52.3832816!3e3!3m4!1s0x47c609abb3be496b:0x1a140c53c426f7c7!8m2!3d52.3832816!4d4.9205266"&gt;Kromhouthal&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Hotel Room Block&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;Accepting talk proposals&lt;/strong&gt;: &lt;a href="https://docs.google.com/forms/d/e/1FAIpQLSf1gJZym7y79DcqFyG6sZ6-uoxDBnczD0pI7JGcXySwVZ6MfQ/viewform"&gt;Yes&lt;/a&gt;. Deadline January 31. &lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a href="https://reactsummit.com/"&gt;https://reactsummit.com/&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Twitter&lt;/strong&gt;: &lt;a href="https://twitter.com/reactamsterdam"&gt;https://twitter.com/reactamsterdam&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Code of Conduct&lt;/strong&gt;: &lt;a href="https://reactsummit.com/coc"&gt;Yes&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Activities&lt;/strong&gt;: Talks, workshops, city tours, community pre-parties &amp;amp; meetups&lt;br&gt;
&lt;strong&gt;Sponsorship Guide&lt;/strong&gt;: &lt;a href="https://reactsummit.com/sponsors/"&gt;Yes&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Diversity/Scholarship&lt;/strong&gt;: Yes, although no application present on website. &lt;br&gt;
&lt;strong&gt;Price&lt;/strong&gt;: Starting at €530 EUR&lt;br&gt;
&lt;strong&gt;Workshops&lt;/strong&gt;: Yes, sold separately (April 15 - 16): &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Building WhatsApp in a Day with React Native and GraphQL - Vladimir Novick&lt;/li&gt;
&lt;li&gt;Building your First Design System: from Scratch to Production - Siddharth Kshetrapal&lt;/li&gt;
&lt;li&gt;React Native - Unknown&lt;/li&gt;
&lt;li&gt;Test React Applications - Kent C. Dodds&lt;/li&gt;
&lt;li&gt;React Performance - Kent C. Dodds&lt;/li&gt;
&lt;li&gt;React Native Animations - Vladimir Novick&lt;/li&gt;
&lt;li&gt;CSS in JS - Oleg Isonen&lt;/li&gt;
&lt;li&gt;GraphQL - Kitze&lt;/li&gt;
&lt;li&gt;Advanced React - Alex Lobera&lt;/li&gt;
&lt;li&gt;Typescript for React Devs - Michel Weststrate&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;About&lt;/strong&gt;:&lt;br&gt;
A full-day, two-track conference on all things React, gathering Front-end and Full-stack engineers across the globe in the tech heart of Europe. Mark your calendars for the biggest React community event. Next to the main conference day, be prepared for a number of hands-on workshops, pre-party meetups, and mini conferences throughout the week of the event.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Highlights/Marketing Video&lt;/strong&gt;:&lt;br&gt;
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/K_JIIF5xYS4"&gt;
&lt;/iframe&gt;
&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;&lt;a href="https://appjs.co/"&gt;App.JS Conf&lt;/a&gt;&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Date&lt;/strong&gt;: April 23 - 24, 2020&lt;br&gt;
&lt;strong&gt;Location&lt;/strong&gt;: Krakow, Poland&lt;br&gt;
&lt;strong&gt;Notable Speakers&lt;/strong&gt;: &lt;a href="https://twitter.com/dabit3"&gt;Nader Dabit&lt;/a&gt;, &lt;a href="https://twitter.com/quinlanjung"&gt;Quinlan Jung&lt;/a&gt;, &lt;a href="https://twitter.com/baconbrix"&gt;Evan Bacon&lt;/a&gt; and more. &lt;br&gt;
&lt;strong&gt;Venue&lt;/strong&gt;: &lt;a href="https://www.google.com/maps/place/Kij%C3%B3w+Cinema/@50.058272,19.924955,15z/data=!4m5!3m4!1s0x0:0x9a55c2d38e55245!8m2!3d50.0582717!4d19.9249545?hl=en-US"&gt;Kijów Cinema&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Hotel Room Block&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;Accepting talk proposals&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a href="https://appjs.co/"&gt;https://appjs.co/&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Twitter&lt;/strong&gt;: &lt;a href="https://twitter.com/appjsconf"&gt;https://twitter.com/appjsconf&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Code of Conduct&lt;/strong&gt;: &lt;a href="https://appjs.co/wp-content/uploads/2019/07/App.js-Conference-Code-of-Conduct.pdf"&gt;Yes&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Activities&lt;/strong&gt;: Talks, workshops&lt;br&gt;
&lt;strong&gt;Sponsorship Guide&lt;/strong&gt;: &lt;a href="https://appjs.co/wp-content/uploads/2019/07/appjs_sponsor_package_2020.pdf"&gt;Yes&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Diversity/Scholarship&lt;/strong&gt;: &lt;a href="https://docs.google.com/forms/d/e/1FAIpQLSfX9PftVHQBDdjYstOrGxiXJojVggBE553m_x1avQaV8hEwGA/viewform"&gt;Yes&lt;/a&gt;. Deadline January 15. &lt;br&gt;
&lt;strong&gt;Price&lt;/strong&gt;: Starting at €185 EUR + 23% VAT&lt;br&gt;
&lt;strong&gt;Workshops&lt;/strong&gt;: Yes, sold separately (April 23): &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Getting Started with React Native - Brent Vatne&lt;/li&gt;
&lt;li&gt;Creating universal web apps with Expo and React Native for Web - Evan Bacon&lt;/li&gt;
&lt;li&gt;React Native declarative gestures and animations - William Candillon&lt;/li&gt;
&lt;li&gt;React Native Performance - Stanislaw Chmiela&lt;/li&gt;
&lt;li&gt;AWS Amplify - Nader Dabit&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;About&lt;/strong&gt;:&lt;br&gt;
The very first Expo &amp;amp; React Native conference in Europe. A hands-on two-day conference with workshops and talks on React Native from Expo and Software Mansion.&lt;/p&gt;


&lt;h2&gt;
  
  
  &lt;strong&gt;&lt;a href="https://reactday.in/"&gt;React Day Bangalore&lt;/a&gt;&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Date&lt;/strong&gt;: April 25, 2020&lt;br&gt;
&lt;strong&gt;Location&lt;/strong&gt;: Bangalore, India&lt;br&gt;
&lt;strong&gt;Notable Speakers&lt;/strong&gt;: Unannounced&lt;br&gt;
&lt;strong&gt;Venue&lt;/strong&gt;: Unannounced&lt;br&gt;
&lt;strong&gt;Hotel Room Block&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;Accepting talk proposals&lt;/strong&gt;: &lt;a href="https://www.papercall.io/react-day-bangalore"&gt;Yes&lt;/a&gt;. Closes Dec 31, 2019. &lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a href="https://reactday.in/"&gt;https://reactday.in/&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Twitter&lt;/strong&gt;: &lt;a href="https://twitter.com/ReactDayIn"&gt;https://twitter.com/ReactDayIn&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Code of Conduct&lt;/strong&gt;: &lt;a href="https://reactday.in/code-of-conduct/"&gt;Yes&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Activities&lt;/strong&gt;: Talk&lt;br&gt;
&lt;strong&gt;Sponsorship Guide&lt;/strong&gt;: Unclear. Contact &lt;a href="mailto:reactday@neostack.com"&gt;reactday@neostack.com&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Diversity/Scholarship&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;Price&lt;/strong&gt;: Starting at ₹3,500 INR&lt;br&gt;
&lt;strong&gt;Workshops&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;About&lt;/strong&gt;:&lt;br&gt;
A one day conference fully packed with amazing talks and panel discussions on topics related to React and React Native. You get an opportunity to network with 500+ enthusiastic react developers at this conference.&lt;/p&gt;


&lt;h2&gt;
  
  
  &lt;strong&gt;&lt;a href="https://www.renderatl.com/"&gt;Render(ATL)&lt;/a&gt;&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Date&lt;/strong&gt;: May 4 - 6, 2020&lt;br&gt;
&lt;strong&gt;Location&lt;/strong&gt;: Atlanta, GA&lt;br&gt;
&lt;strong&gt;Notable Speakers&lt;/strong&gt;: &lt;a href="https://twitter.com/ken_wheeler"&gt;Ken Wheeler&lt;/a&gt;, &lt;a href="https://twitter.com/vogueandcode"&gt;April Speight&lt;/a&gt;, &lt;a href="https://twitter.com/codebeast"&gt;Christian Nwamba&lt;/a&gt;, &lt;a href="https://twitter.com/sophiebits"&gt;Sophie Alpert&lt;/a&gt;, and more. &lt;br&gt;
&lt;strong&gt;Venue&lt;/strong&gt;: &lt;a href="https://www.google.com/maps/place/The+Gathering+Spot/@33.7679374,-84.4030248,17z/data=!3m1!4b1!4m5!3m4!1s0x88f504865b91acf1:0x6130c924ae27e3d3!8m2!3d33.7679374!4d-84.4008308?hl=en"&gt;The Gathering Spot&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Hotel Room Block&lt;/strong&gt;:&lt;a href="https://embassysuites3.hilton.com/en/hotels/georgia/embassy-suites-by-hilton-atlanta-at-centennial-olympic-park-ATLESES/index.html"&gt;Yes, use group code "REN"&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Accepting talk proposals&lt;/strong&gt;: &lt;a href="https://www.papercall.io/react-day-bangalore"&gt;Yes&lt;/a&gt;. Closes Dec 31, 2019. &lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a href="https://www.renderatl.com/"&gt;https://www.renderatl.com/&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Twitter&lt;/strong&gt;: &lt;a href="https://twitter.com/renderATL"&gt;https://twitter.com/renderATL&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Code of Conduct&lt;/strong&gt;: &lt;a href="https://www.renderatl.com/code-of-conduct"&gt;Yes&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Activities&lt;/strong&gt;: Talks&lt;br&gt;
&lt;strong&gt;Sponsorship Guide&lt;/strong&gt;: Email &lt;a href="mailto:sponsor@renderatl.com"&gt;sponsor@renderatl.com&lt;/a&gt; for the sponsorship guide&lt;br&gt;
&lt;strong&gt;Diversity/Scholarship&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;Price&lt;/strong&gt;: Starting at $499 USD&lt;br&gt;
&lt;strong&gt;Workshops&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;About&lt;/strong&gt;:&lt;br&gt;
RenderATL is the first major React conference in the Southern United States. Conceived by a team of passionate React engineers who're looking to help drive more diversity, inclusion, and, accessibility into the React ecosystem. With these goals in mind, what better place to hold the conference than the South's very own melting pot – Atlanta! The South's got something to say. Will you be a part of it?&lt;/p&gt;


&lt;h2&gt;
  
  
  &lt;strong&gt;&lt;a href="https://www.react-europe.org/"&gt;React Europe&lt;/a&gt;&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Date&lt;/strong&gt;: May 14 - 15, 2020&lt;br&gt;
&lt;strong&gt;Location&lt;/strong&gt;: Paris, France&lt;br&gt;
&lt;strong&gt;Notable Speakers&lt;/strong&gt;: &lt;a href="https://twitter.com/leeb"&gt;Lee Byron&lt;/a&gt;, &lt;a href="https://twitter.com/madalynrose"&gt;Madalyn Parker&lt;/a&gt;, &lt;a href="https://twitter.com/joshwcomeau"&gt;Josh Comeau&lt;/a&gt;, &lt;a href="https://twitter.com/shrutikapoor08"&gt;Shruti Kapoor&lt;/a&gt;, and more. &lt;br&gt;
&lt;strong&gt;Venue&lt;/strong&gt;: &lt;a href="https://www.google.com/maps/place/Domaine+National+du+Palais-Royal/@48.8560137,2.328455,15z/data=!4m8!1m2!2m1!1sPalace+of+Paris-Est+Congress!3m4!1s0x47e66e1fd8767d47:0xcdcb526c397f16f5!8m2!3d48.8637569!4d2.3371261"&gt;Palace of Paris-Est Congress&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Hotel Room Block&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;Accepting talk proposals&lt;/strong&gt;: &lt;a href="https://checkout.eventlama.com/#/events/reacteurope-2020/cfp"&gt;Yes&lt;/a&gt;. Closes January 19. &lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a href="https://www.react-europe.org/"&gt;https://www.react-europe.org/&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Twitter&lt;/strong&gt;: &lt;a href="https://twitter.com/ReactEurope"&gt;https://twitter.com/ReactEurope&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Code of Conduct&lt;/strong&gt;: &lt;a href="https://www.react-europe.org/coc.html"&gt;Yes&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Activities&lt;/strong&gt;: Talks, workshops, Hackathon&lt;br&gt;
&lt;strong&gt;Sponsorship Guide&lt;/strong&gt;: Email &lt;a href="mailto:reacteurope@eventlama.com"&gt;reacteurope@eventlama.com&lt;/a&gt; for the sponsorship guide&lt;br&gt;
&lt;strong&gt;Diversity/Scholarship&lt;/strong&gt;:&lt;a href="//bit.ly/reacteu-2020-scholarship"&gt;Yes&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Price&lt;/strong&gt;: Starting at €449 EUR (plus €89.80 VAT)&lt;br&gt;
&lt;strong&gt;Workshops&lt;/strong&gt;: Yes. May 12, 13, 16:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;React Native workshop - Eric Vicenti &amp;amp; Jon Samp&lt;/li&gt;
&lt;li&gt;Modern forms in React - Erik Rasmussen&lt;/li&gt;
&lt;li&gt;Build a professional Next.js app with the core team - Joe Haddad &amp;amp; JJ Kasper&lt;/li&gt;
&lt;li&gt;FullStack React with GraphQL &amp;amp; AWS Amplify - Nader Dabit&lt;/li&gt;
&lt;li&gt;Build great websites and apps using Gatsby.js - Josh Comeau &amp;amp; Madalyn Parker&lt;/li&gt;
&lt;li&gt;TypeScript for React &amp;amp; GraphQL Devs - Michel Weststrate&lt;/li&gt;
&lt;li&gt;Build great user experiences with Concurrent Mode, Suspense, and Relay - Sibelius Seraphini&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;About&lt;/strong&gt;:&lt;br&gt;
At this conference, you will learn how new projects such as ReasonML will bring web and mobile React Native apps to the next level and how projects such as React Native Web, React Primitive and Expo make it easy to write, deploy and share code on all platforms quickly. The conference aims to give talks that inspire and explore new futuristic ideas dealing with all the techs we enjoy from the React ecosystem such as React.js, React Native, GraphQL, Relay, Universal apps, ReasonML, Webpack, inline CSS and more. ReactEurope is also a great occasion to socialize, meet new people and old friends, hack together, taste delicious food and have fun in the beautiful city of Paris.&lt;/p&gt;


&lt;h2&gt;
  
  
  &lt;strong&gt;&lt;a href="https://react-finland.fi/"&gt;React Finland&lt;/a&gt;&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Date&lt;/strong&gt;: May 25 - 29, 2020&lt;br&gt;
&lt;strong&gt;Location&lt;/strong&gt;: Helsinki, Finland&lt;br&gt;
&lt;strong&gt;Notable Speakers&lt;/strong&gt;: &lt;a href="https://twitter.com/EmmaWedekind"&gt;Emma Wedekind&lt;/a&gt;, &lt;a href="https://twitter.com/jaredpalmer"&gt;Jared Palmer&lt;/a&gt;, &lt;a href="https://twitter.com/rachelnabors"&gt;Rachel Nabors&lt;/a&gt;, &lt;a href="https://twitter.com/kentcdodds"&gt;Kent C. Dodds&lt;/a&gt; and more. &lt;br&gt;
&lt;strong&gt;Venue&lt;/strong&gt;: &lt;a href="https://www.google.com/maps/place/Helsinki+Congress+Paasitorni/@60.1787653,24.9471875,15z/data=!4m5!3m4!1s0x0:0xe6852ffa3777065a!8m2!3d60.1787653!4d24.9471875"&gt;Paasitorni&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Hotel Room Block&lt;/strong&gt;: Unclear, but the official hotel is &lt;a href="https://www.scandichotels.com/hotels/finland/helsinki/scandic-paasi?cmpid=ppc_BH2nd&amp;amp;gclid=Cj0KCQjw6fvdBRCbARIsABGZ-vR4KRNmrnasn45hHa-ekzL1kAtPWXVo_gfnkVIq2Ah-dsZT7IuFyk4aArTkEALw_wcB"&gt;Scandic Paasi&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Accepting talk proposals&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a href="https://react-finland.fi/"&gt;https://react-finland.fi/&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Twitter&lt;/strong&gt;: &lt;a href="https://twitter.com/ReactFinland"&gt;https://twitter.com/ReactFinland&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Code of Conduct&lt;/strong&gt;: &lt;a href="http://berlincodeofconduct.org/"&gt;Yes&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Activities&lt;/strong&gt;: Pre-conference events, talks, workshops, post-conference social events &lt;br&gt;
&lt;strong&gt;Sponsorship Guide&lt;/strong&gt;: &lt;a href="https://react-finland.fi/for-sponsors/"&gt;Yes&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Diversity/Scholarship&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;Price&lt;/strong&gt;: Starting at €299 EUR&lt;br&gt;
&lt;strong&gt;Workshops&lt;/strong&gt;: Yes. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Modeling React applications with Statecharts - David Khourshid&lt;/li&gt;
&lt;li&gt;Advanced React - Suspense, Time-slicing, Hooks and more - Nik Graf&lt;/li&gt;
&lt;li&gt;From Legacy to React - Kenigbolo Meya Stephen&lt;/li&gt;
&lt;li&gt;FullStack Apps with React &amp;amp; AWS - Nader Dabit &lt;/li&gt;
&lt;li&gt;Test React Applications - Kent C. Dodds&lt;/li&gt;
&lt;li&gt;Modern Forms with React - Erik Rasmussen&lt;/li&gt;
&lt;li&gt;Design Systems for Developers - Andrey Okonetchnikov &amp;amp; Artem Sapegin&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;About&lt;/strong&gt;:&lt;br&gt;
React Finland combines the Finnish React community with international flavor. The workshops take place 25-27.05 while the actual conference is between 28-29.05. In this single track event you will learn more about React and surrounding topics while meeting some of the leading talents of the community. In addition to enjoying the event, this is your chance to explore Finland.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Highlights/Marketing Video&lt;/strong&gt;:&lt;br&gt;
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/BO_osndeLII"&gt;
&lt;/iframe&gt;
&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;&lt;a href="https://react-next.com/"&gt;React Next&lt;/a&gt;&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Date&lt;/strong&gt;: June 15, 2020&lt;br&gt;
&lt;strong&gt;Location&lt;/strong&gt;: Tel Aviv, Israel&lt;br&gt;
&lt;strong&gt;Notable Speakers&lt;/strong&gt;: Unannounced&lt;br&gt;
&lt;strong&gt;Venue&lt;/strong&gt;: &lt;a href="https://www.google.com/maps/place/InterContinental+David+Tel+Aviv/@32.0654096,34.7638191,15z/data=!4m2!3m1!1s0x0:0xe6e0fd47804a4893?sa=X&amp;amp;ved=2ahUKEwjstIefp8rmAhXBPn0KHbLfCAUQ_BIwC3oECBcQCA"&gt;David Intercontinental Hotel&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Hotel Room Block&lt;/strong&gt;: Unclear, but the official hotel is &lt;a href="https://www.scandichotels.com/hotels/finland/helsinki/scandic-paasi?cmpid=ppc_BH2nd&amp;amp;gclid=Cj0KCQjw6fvdBRCbARIsABGZ-vR4KRNmrnasn45hHa-ekzL1kAtPWXVo_gfnkVIq2Ah-dsZT7IuFyk4aArTkEALw_wcB"&gt;Scandic Paasi&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Accepting talk proposals&lt;/strong&gt;: &lt;a href="https://docs.google.com/forms/d/e/1FAIpQLScZh0jCIxXX2F3kObeBVR2R-IVGjt_QWeFGnvR-l6453NX8-A/viewform"&gt;Yes&lt;/a&gt;. Deadline Feb 15. &lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a href="https://react-next.com/"&gt;https://react-next.com/&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Twitter&lt;/strong&gt;: &lt;a href="https://twitter.com/reactnext"&gt;https://twitter.com/reactnext&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Code of Conduct&lt;/strong&gt;: &lt;a href="https://react-next.com/code/"&gt;Yes&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Activities&lt;/strong&gt;: Talks, tour of Israel&lt;br&gt;
&lt;strong&gt;Sponsorship Guide&lt;/strong&gt;: No. &lt;a href="https://docs.google.com/forms/d/e/1FAIpQLSdvobVs50QxaeUp5t7gc1K5T5D95ePW6hFXy0iyqhw2qpXK0Q/viewform"&gt;Form submission&lt;/a&gt; or contact by email at &lt;a href="mailto:nur@eventhandler.co.il"&gt;nur@eventhandler.co.il&lt;/a&gt; &lt;br&gt;
&lt;strong&gt;Diversity/Scholarship&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;Price&lt;/strong&gt;: Starting at €155 EUR&lt;br&gt;
&lt;strong&gt;Workshops&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;About&lt;/strong&gt;:&lt;br&gt;
React Finland combines the Finnish React community with international flavor. The workshops take place 25-27.05 while the actual conference is between 28-29.05. In this single track event you will learn more about React and surrounding topics while meeting some of the leading talents of the community. In addition to enjoying the event, this is your chance to explore Finland.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Highlights/Marketing Video&lt;/strong&gt;:&lt;br&gt;
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/yt-VRe3V2ec"&gt;
&lt;/iframe&gt;
&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;&lt;a href="https://reactloop.com/"&gt;React Loop&lt;/a&gt;&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Date&lt;/strong&gt;: June 19, 2020&lt;br&gt;
&lt;strong&gt;Location&lt;/strong&gt;: Chicago, Il.&lt;br&gt;
&lt;strong&gt;Notable Speakers&lt;/strong&gt;: Unannounced&lt;br&gt;
&lt;strong&gt;Venue&lt;/strong&gt;: &lt;a href="https://www.google.com/maps/place/610+S+Michigan+Ave,+Chicago,+IL+60605/@41.8740396,-87.6269583,17z/data=!3m1!4b1!4m5!3m4!1s0x880e2c98c0196dc3:0x1d6a9011818d71c8!8m2!3d41.8740396!4d-87.6247696?hl=en"&gt;Venue SIX10&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Hotel Room Block&lt;/strong&gt;: No, but various hotel options listed on the home page&lt;br&gt;
&lt;strong&gt;Accepting talk proposals&lt;/strong&gt;: &lt;a href="https://docs.google.com/forms/d/e/1FAIpQLSf5GqQsyoTaqGLGvjLmoosq-_a38jrhYSfkijiUyOxJGHJ73w/viewform"&gt;Yes&lt;/a&gt;. Deadline Feb 3. &lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a href="https://reactloop.com/"&gt;https://reactloop.com/&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Twitter&lt;/strong&gt;: &lt;a href="https://twitter.com/ReactLoop"&gt;https://twitter.com/ReactLoop&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Code of Conduct&lt;/strong&gt;: &lt;a href="https://reactloop.com/conduct"&gt;Yes&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Activities&lt;/strong&gt;: Talks, tour of Israel&lt;br&gt;
&lt;strong&gt;Sponsorship Guide&lt;/strong&gt;: &lt;a href="https://reactloop.com/ReactLoop-Sponsorship-2020.pdf"&gt;Yes&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Diversity/Scholarship&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;Price&lt;/strong&gt;: Starting at $199 USD&lt;br&gt;
&lt;strong&gt;Workshops&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;About&lt;/strong&gt;:&lt;br&gt;
React Loop is a single day ReactJS conference bringing together a diverse and inclusive group of React enthusiasts from all backgrounds and levels of experience. Speakers will cover topics such as React, React Native, and the related tools in the ever-growing React ecosystem.&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;&lt;a href="https://reactweek.nyc/"&gt;React Week New York&lt;/a&gt;&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Date&lt;/strong&gt;: July 14-18, 2020&lt;br&gt;
&lt;strong&gt;Location&lt;/strong&gt;: New York, NY&lt;br&gt;
&lt;strong&gt;Notable Speakers&lt;/strong&gt;: &lt;a href="https://twitter.com/castillo__io"&gt;Alex Castillo&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Venue&lt;/strong&gt;: &lt;a href="https://www.google.com/maps?ll=40.746477,-74.008467&amp;amp;z=16&amp;amp;t=m&amp;amp;hl=en&amp;amp;gl=IL&amp;amp;mapclient=embed&amp;amp;cid=12834805919764871486"&gt;Pier Sixty&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Hotel Room Block&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;Accepting talk proposals&lt;/strong&gt;: &lt;a href="https://docs.google.com/forms/d/1BBMnr5HkHzmGJO9M-uhEGyK7mckogpIVdb2w9eDhHjk/viewform?edit_requested=true"&gt;Yes&lt;/a&gt;. Deadline March 15. &lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a href="https://reactweek.nyc/"&gt;https://reactweek.nyc/&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Twitter&lt;/strong&gt;: &lt;a href="https://twitter.com/reactweek"&gt;https://twitter.com/reactweek&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Code of Conduct&lt;/strong&gt;: &lt;a href="https://reactweek.nyc/code-of-conduct/"&gt;Yes&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Activities&lt;/strong&gt;: Scavenger hunt, talks, workshops, parties, hackathon&lt;br&gt;
&lt;strong&gt;Sponsorship Guide&lt;/strong&gt;: &lt;a href="https://reactweek.nyc/wp-content/uploads/2019/08/Broschure-RW%E2%9A%9BNY2020.pdf"&gt;Yes&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Diversity/Scholarship&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;Price&lt;/strong&gt;: Starting at $599 USD&lt;br&gt;
&lt;strong&gt;Workshops&lt;/strong&gt;: Yes, sold separately. Unannounced. &lt;br&gt;
&lt;strong&gt;About&lt;/strong&gt;:&lt;br&gt;
We are excited to present React Week New York 2020 – a 5-day program dedicated to React. An amazing networking opportunity with hundreds of attendees from all around the world, that share a passion for React. React Week targets both beginner and experienced devs and will showcase content about React, React Native, Redux, MobX, and everything about the ecosystem.&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;&lt;a href="https://reactnewyork.com/"&gt;React Day New York&lt;/a&gt;&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Date&lt;/strong&gt;: September 11, 2020&lt;br&gt;
&lt;strong&gt;Location&lt;/strong&gt;: New York, NY&lt;br&gt;
&lt;strong&gt;Notable Speakers&lt;/strong&gt;: Unannounced&lt;br&gt;
&lt;strong&gt;Venue&lt;/strong&gt;: &lt;a href="https://www.google.com/maps/place/Brooklyn+Bowl/@40.7218813,-73.9573945,15z/data=!4m2!3m1!1s0x0:0x541fc9a7033e19c7?sa=X&amp;amp;ved=2ahUKEwiWqNOcrsrmAhXWjp4KHZMpB3YQ_BIwGnoECAwQCA"&gt;Brooklyn Bowl&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Hotel Room Block&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;Accepting talk proposals&lt;/strong&gt;: &lt;a href="https://docs.google.com/forms/d/e/1FAIpQLScBJ7TjvQWNOtlcZBMFLoMB1dAc5QfhCQ3agLuQz2Fbd1JC4Q/viewform"&gt;Yes&lt;/a&gt;. Deadline unknown. &lt;br&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a href="https://reactnewyork.com/"&gt;https://reactnewyork.com/&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Twitter&lt;/strong&gt;: &lt;a href="https://twitter.com/ReactNewYork"&gt;https://twitter.com/ReactNewYork&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Code of Conduct&lt;/strong&gt;: &lt;a href="https://react-next.com/code/"&gt;Yes&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Activities&lt;/strong&gt;: Talks, bowling&lt;br&gt;
&lt;strong&gt;Sponsorship Guide&lt;/strong&gt;: &lt;a href="https://reactnewyork.com/static/sponsorship_packages_reactNewYork_2020.pdf"&gt;Yes&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Diversity/Scholarship&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;Price&lt;/strong&gt;: Starting at $295 USD&lt;br&gt;
&lt;strong&gt;Workshops&lt;/strong&gt;: No&lt;br&gt;
&lt;strong&gt;About&lt;/strong&gt;:&lt;br&gt;
Join us for a whole day of React(Native), tech conference and networking at the incredible Brooklyn Bowl. React Day New York is for sharing the latest techniques, best practices and to grow your network. This is an intimate React Day with only 300 available tickets.&lt;/p&gt;




&lt;p&gt;That's the entire list as of January 2020! If you're the organizer of one of these conferences and you see missing/incorrect information, contact the author at &lt;a href="mailto:ben@realworldreact.com"&gt;ben@realworldreact.com&lt;/a&gt; to update it. &lt;/p&gt;

&lt;p&gt;Is your event missing from this list? Contact the author at &lt;a href="mailto:ben@realworldreact.com"&gt;ben@realworldreact.com&lt;/a&gt; to get it listed! &lt;/p&gt;




&lt;p&gt;Consider tweeting, emailing, or otherwise sharing this article with your network and friends to help strengthen the React community! &lt;/p&gt;

</description>
      <category>react</category>
      <category>techtalks</category>
      <category>conferences</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
