Konstantin Tarkus

Results 55 issues of Konstantin Tarkus

[React Starter Kit](https://github.com/kriasoft/react-starter-kit) (★21k) - React, React Router, Material UI, Firebase Auth, TypeScript, ESLint, Prettier, Jest. ## Checklist - [x] Title as described. - [x] Make sure you put things...

Create a home page for this project that is generated from `*.md` files inside the `/docs` folder. ![image](https://cloud.githubusercontent.com/assets/197134/13979453/ab190b28-f0e9-11e5-83e9-efcab4f6be56.png) How to proceed with it: 1. Create an orphan [gh-pages branch](https://help.github.com/articles/creating-project-pages-manually/) 2....

https://github.com/kriasoft/react-static-boilerplate - a popular single-page application boilerplate based on `create-react-app` and `Relay Modern`

[React Starter Kit for Firebase](https://github.com/kriasoft/react-firebase-starter) ([demo](https://firebase.reactstarter.com/)) - ★ 3.2k

It seems like line numbers correctly match only for the first file in a bundle. For example, source files: ``` /src/normalize.css /src/style.css ``` Output file: ``` /build/style.css ``` DevTools in...

This is just a quick demo branch demonstrating the usage of a shared module (Yarn package) — `core` that is referenced in the front-end app (`app`). When you run the...

example

Add a GraphQL mutation that will be used on the Contact Us page and Send Feedback modal dialog. For example: ```graphql mutation { sendMessage(input: { type: FEEDBACK, message: "Hello world!",...

enhancement
help wanted
good first issue

https://emotion.sh/ After this change in Material UI: https://github.com/mui-org/material-ui/issues/6115

help wanted
good first issue

This is a demo implementation of user stories and comments. For example, a single story can be fetched by a slug value: `https://example.com/hello-world-abc123` ```graphql query { story(slug: "hello-world-abc123") { id...

example

## Rollup Plugin Name: `run` This PR contains: - [x] bugfix - [ ] feature - [ ] refactor - [ ] documentation - [ ] other Are tests included?...