We're a group of women and non-binary ReactJS enthusiasts in New York City (and beyond).
React Ladies is a website that allows users to run the site locally by configuring an AIRTABLE_KEY, AIRTABLE_BASE, and AIRTABLE_TABLE. Users can also install the netlify-cli to run the registration function locally and navigate to the site on their localhost. Additionally, users can add a new event by creating a new YAML file in the data section of the website.
GatsbyJS is a free and open-source static site generator based on React. It uses a modern development stack including Webpack, GraphQL, and modern JavaScript and CSS frameworks. It also provides a rich set of plugins, starters, and themes.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Styled Components is a popular library for styling React components using CSS syntax. It allows you to write CSS in your JavaScript code, making it easier to create dynamic styles that are specific to each component.