Skip to content

Commit

Permalink
chore: Fix webpackbin references
Browse files Browse the repository at this point in the history
The site doesn't exist anymore.
  • Loading branch information
bebraw committed Feb 26, 2018
1 parent 244faea commit 7959d8b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion content/workshop.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ I cover the following ideas in [the first presentation](http://presentations.sur

My React training is tailored per client need. You can get a good idea of how this works from my [React presentations](https://presentations.survivejs.com/#/1). I can cover a wide range of topics starting from basics to more advanced.

All the sessions have been split into smaller sections most of which contain hands-on exercises so you get experience with the ideas discussed. It's expected each participant has LTS version of Node installed and can run `node` and `npm` through terminal. Most of the React portion can be done through [CodeSandbox](https://codesandbox.io/) or [WebpackBin](https://www.webpackbin.com/).
All the sessions have been split into smaller sections most of which contain hands-on exercises so you get experience with the ideas discussed. It's expected each participant has LTS version of Node installed and can run `node` and `npm` through terminal. Most of the React portion can be done through [CodeSandbox](https://codesandbox.io/).

### Example React Day

Expand Down
6 changes: 0 additions & 6 deletions pages/blog/106-jss-interview.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ document.body.innerHTML = `
`
```

T> [Play with it on webpackbin](https://www.webpackbin.com/bins/-KlrNqkpZZmKIz0eYwIk).

**Example using [React-JSS](http://cssinjs.org/react-jss)**

```js
Expand All @@ -94,8 +92,6 @@ const Button = ({ classes }) => (
const StyledButton = injectSheet(styles)(Button)
```

T> [Play with it on webpackbin](https://www.webpackbin.com/bins/-Kn90iijPuAJO48ItgF-).

**Example using [Styled-JSS](http://cssinjs.org/styled-jss)**

```js
Expand All @@ -107,8 +103,6 @@ const MyButton = styled('button')({
})
```

T> [Play with it on webpackbin](https://www.webpackbin.com/bins/-KlrbQuwAZSK5eSzpCSy).

## How does JSS differ from other solutions?

There are too many differences to name them all. To name a few:
Expand Down
2 changes: 1 addition & 1 deletion pages/blog/90-codesandbox-interview.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ I also recommend learning by just starting a personal project. Building somethin

## Who should I interview next?

Christian Alfoni, the creator of [WebpackBin](https://www.webpackbin.com/) and [Cerebral](https://cerebraljs.com/). It has been a blast working with him. He is close to releasing a new version of a state controller called Cerebral.
Christian Alfoni, the creator of WebpackBin (now defunct) and [Cerebral](https://cerebraljs.com/). It has been a blast working with him. He is close to releasing a new version of a state controller called Cerebral.

T> **Editor's note:** I [interviewed Christian earlier about Cerebral](/blog/cerebral-interview).

Expand Down
6 changes: 4 additions & 2 deletions pages/blog/93-webpackbin-interview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ keywords: ['interview', 'webpack']

Online tools are great for prototyping ideas and even workshops. You avoid the pain of setup while giving up some degree of control. Often this is a good trade-off, though.

The interview series covered [CodeSandbox, an online React playground](/blog/codesandbox-interview) earlier. This time around it's time to look into another alternative, [WebpackBin](https://www.webpackbin.com/) by [Christian Alfoni](https://twitter.com/christianalfoni).
The interview series covered [CodeSandbox, an online React playground](/blog/codesandbox-interview) earlier. This time around it's time to look into another alternative, WebpackBin by [Christian Alfoni](https://twitter.com/christianalfoni).

T> If you have been following the series, you might remember an earlier interview of Christian. That time around we [discussed his state management solution, cerebral](/blog/cerebral-interview).

T> **Editor's note:** WebpackBin isn't online anymore. You can still read the blog post but don't expect the service to work!

## Can you tell a bit about yourself?

<p>
Expand Down Expand Up @@ -157,4 +159,4 @@ Well, I guess I should encourage you to check out [Cerebral 2.0](http://www.cere

Thanks for the interview Christian! I remember using WebpackBin on my early workshops and it was particularly great to see the recent upgrades made to the service. If you haven't tried it in a while, it's worth another look.

You can find the service at [webpackbin.com](https://www.webpackbin.com/). If you want to check out the source, see [webpackbin on GitHub](https://github.com/cerebral/webpackbin).
If you want to check out the source, see [webpackbin on GitHub](https://github.com/cerebral/webpackbin). The service itself isn't online anymore.

0 comments on commit 7959d8b

Please sign in to comment.