All Projects â†’ react-knowledgeable â†’ rk-community-site

react-knowledgeable / rk-community-site

Licence: MIT license
🦄 RK's community site

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to rk-community-site

alkemio
START HERE! Cross project collaboration and shared documentation.
Stars: ✭ 22 (+10%)
Mutual labels:  community
egov
eGov España - API abierto de acceso a datos púbicos
Stars: ✭ 21 (+5%)
Mutual labels:  community
support
Community Help & Support and AEA (Ask Everyone Anything)
Stars: ✭ 301 (+1405%)
Mutual labels:  community
Linkify
A site that lets you include all your links in a single-page website with easy customizations. It gives you your own URL to share with anyone you want on the internet.
Stars: ✭ 29 (+45%)
Mutual labels:  community
devopsish.com
DevOps, Cloud Native, Hybrid Cloud, Open Source, industry news, culture, and the ‘ish between.
Stars: ✭ 33 (+65%)
Mutual labels:  community
malleable.systems
Website for the malleable systems and software community
Stars: ✭ 49 (+145%)
Mutual labels:  community
Decoders-Community
This repository is for absolute beginners by making some small changes they can learn how to make a pull request and they can become a part of the #DecodersCommunity 🖤
Stars: ✭ 25 (+25%)
Mutual labels:  community
docs
Source for Storj DCS docs
Stars: ✭ 63 (+215%)
Mutual labels:  community
Project-jade
Welcome to our community 🎉 Join us!!
Stars: ✭ 14 (-30%)
Mutual labels:  community
joatu-v2
The JoatU application, version 2. Written in Ruby on Rails.
Stars: ✭ 27 (+35%)
Mutual labels:  community
hackerinnen
hackerinnen.space is a project to provide encouragement and enhance visibility in different places
Stars: ✭ 22 (+10%)
Mutual labels:  community
community
Berty Planning, Management & Coordination threads
Stars: ✭ 39 (+95%)
Mutual labels:  community
rubynepal.github.io
Official website of Ruby Nepal
Stars: ✭ 21 (+5%)
Mutual labels:  community
gdgpisa.github.io
Public website on github-pages for GDG Pisa 🌎🇮🇹💻
Stars: ✭ 14 (-30%)
Mutual labels:  community
start-here
Join our community and build with us. This repository is for Community help and support 💜 ✨
Stars: ✭ 67 (+235%)
Mutual labels:  community
opentek
If it is about Open Source, it is on Opentek.
Stars: ✭ 74 (+270%)
Mutual labels:  community
developers-community
LivePerson’s Developer Center and Community
Stars: ✭ 29 (+45%)
Mutual labels:  community
community
Harbor community-related material
Stars: ✭ 65 (+225%)
Mutual labels:  community
WF-website
Website for Western Friend, part of the Religious Society of Friends
Stars: ✭ 34 (+70%)
Mutual labels:  community
GitHubSpanishRankingGenerator
Scripts to build the GitHub Spanish rankings (users most active in each province sorted by public contributions) 🇪🇸
Stars: ✭ 19 (-5%)
Mutual labels:  community

React Knowledgeable

React Knowledgeable is a fun and friendly podium to share what we learn about React.

This repo is the community site for <RK />.

🖥 Developing locally

You will need an Airtable API key to develop locally

  1. Run yarn (or npm install)
  2. Set up GitHub Personal Access Token, refer to Authenticating with GraphQL for requisite scope
  3. Acquire Airtable API Key and Base ID and set it into your environment. Your Airtable base should have a table named Attendees and short string fields with "Event ID", "Github Username", "Created Date", "Name" and "Type".
  4. Run yarn start or npm start (see below for variable configuration).

API Keys

You can either create a .env file, or specify these keys when running the start command:

GITHUB_TOKEN=XXX AIRTABLE_API_KEY=YYY ... yarn start or env GITHUB_TOKEN=XXX AIRTABLE_API_KEY=YYY ... npm start

// .env file

GITHUB_TOKEN=XXX
AIRTABLE_API_KEY=YYY
AIRTABLE_BASE_ID=ZZZ

🎙 Talk slides

  1. Go to one of the meetup pages, i.e. https://reactknowledgeable.org/meetups/1/
  2. Press p for presentation mode
  3. Paging controls:
    • space or j: next page
    • k: previous page
    • digits 0 ~ 9: respective pages

Random things to note

If you use npm instead of yarn, you may run into the following error:

The above error occurred in the <StoreStateProvider> component:
    in StoreStateProvider
    in App

React will try to recreate this component tree from scratch using the error boundary you provided, App.
Warning: App: Error boundaries should implement getDerivedStateFromError(). In that method, return a state update to display an error message or fallback UI.

The actual cause of this error might be due to the differences between how both package managers handle things. Running yarn and letting the yarn resolve dependencies will fix the issue.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].