Skip to content

Instantly share code, notes, and snippets.

View nicolas-briemant's full-sized avatar

Nicolas Briemant nicolas-briemant

View GitHub Profile
@nicolas-briemant
nicolas-briemant / test-spotify.md
Last active June 18, 2019 16:59
test spotify

test spotify

The goal of the test is to access your React/Redux skills.
The duration of the test is limited to 4h.
The source code must be provided through a git repository link.

Do not lose time on the environment aspect.
You are free to use your favorite boilerplate (as soon as it relies on webpack), give a try to create-react-app or use jsbin.

@nicolas-briemant
nicolas-briemant / rules.md
Last active December 23, 2020 04:44
how to structure a redux application

how to structure a redux application

A well-thought structure is helpful for the maintainability of the code.
It also helps to avoid some common anti-patterns.
A redux application is not necessary a big thing, it can also be a component that is complex enough to require redux.

There are the only 2 rules to comply with, so it is not painful to always have them in mind while developing.

use a modular organisation

@nicolas-briemant
nicolas-briemant / index.html
Last active February 11, 2016 13:57 — forked from anonymous/index.html
JS Bin// source https://jsbin.com/medeqa [Google Charts - Line chart]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<style id="jsbin-css">
.chart {
width: 620px;