GithubHelp home page GithubHelp logo

email2vimalraj / rk-community-site Goto Github PK

View Code? Open in Web Editor NEW

This project forked from react-knowledgeable/rk-community-site

0.0 1.0 0.0 6.5 MB

๐Ÿฆ„ RK's community site

Home Page: https://reactknowledgeable.org/

License: MIT License

JavaScript 89.76% CSS 10.24%

rk-community-site's Introduction

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

  1. Run yarn (or npm install)
  2. Set up GitHub Personal Access Token, refer to Authenticating with GraphQL for requisite scope
  3. Run GITHUB_TOKEN=<WHATEVER_GITHUB_GENERATED_FOR_YOU> yarn develop (or GITHUB_TOKEN=<WHATEVER_GITHUB_GENERATED_FOR_YOU> npm start)
  4. Alternatively, you may create an .env file in your project root, and put GITHUB_TOKEN=<WHATEVER_GITHUB_GENERATED_FOR_YOU> inside. Then, you may run npm start directly. The .env file will be .gitignored so you won't commit your GITHUB_TOKEN.

๐ŸŽ™ 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. You can then continue to use GITHUB_TOKEN=<xxx> npm start again.

rk-community-site's People

Contributors

wgao19 avatar huijing avatar thchia avatar nutstick avatar tanhauhau avatar jennieji avatar kenlsm avatar email2vimalraj avatar donysukardi avatar jacobtyq avatar jenlky avatar kenrick95 avatar sheldoncheng avatar yishus avatar tencups avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.