GithubHelp home page GithubHelp logo

jsweekend's Introduction

JS Weekend

An intensive weekend React workshop with Kiwi.com developers

About

See our website: https://www.kiwi.com/jsweekend/

The goal of this workshop is to show you some great tools and best practices for building React application. During two weekend days you'll learn how to fetch data with Relay Modern from GraphQL backend, enrich Javascript with static types due to Flow, write test, create re-usable React components and setup continuous deployment.

The workshop is divided into four blocks plus one short introduction. Each block corresponds to a directory containing the desired source code we'll try to create.

Installation

There are no complicated dependencies. All you need is Node.js and Yarn installed, everything else will be installed from NPM.

Table of Contents

Requirements

This project requires the following to be installed.

How to Install

If you have everything from Requirements then you can simply run: yarn.

This project uses Yarn Workspaces so all the project dependencies for all the folders will be installed automatically.

In each block/directory, you'll find a working application. Check out the readme file if you want to run it.

Where to start

The application you should start with is in a directory start. Feel free to make all your changes here.

All other folders contain ready made parts of our final application. If you get stuck or can't keep up you can use the code from these folders to help yourself catch up with the rest or see how we've handled a problem you may have come across.

Technologies

Here you can find a list of technologies we use everyday that we would like to show you. The JSWeekend workshop is focused on teaching you some of the know how and best practices we have come to with these technologies.

Main technologies:

  • NextJS
    • Serverside rendering for React
    • Easy to use Framework for creating a React focused application with routing sorted out
    • Made by Zeit.co
  • React
    • JavaScript library for building user interfaces
    • Made by Facebook
  • Relay
    • Javascript library for communicating with GraphQL
    • React components for handling network calls
    • Made by Facebook
  • Styled-JSX
    • Library for CSS-in-JS
    • Made by Zeit.co
  • Storybook
    • Library for showcasing components
  • Jest
    • Library for testing
  • Flow
    • Library for static type checking
  • ESLint
    • Library for enforcing code style
  • Prettier
    • Opinionated and automating code styling
    • Let a extension handle formatting for the entire team automatically
  • Cypress
    • End to end testing in JS

jsweekend's People

Contributors

jaroslav-kubicek avatar michalsanger avatar fallion avatar alexe-dev avatar mrtnzlml avatar

Watchers

James Cloos avatar Veronička 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.