Skip to content

Commit 6392271

Browse files
authored
📝 rebranding
1 parent 3e1681b commit 6392271

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016 alakarte
3+
Copyright (c) 2016 uni rakun
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# hoc-react-loader
2-
[![CircleCI](https://circleci.com/gh/alakarteio/hoc-react-loader.svg?&style=shield)](https://circleci.com/gh/alakarteio/hoc-react-loader/tree/master) [![NPM Version](https://badge.fury.io/js/hoc-react-loader.svg)](https://www.npmjs.com/package/hoc-react-loader) [![Coverage Status](https://coveralls.io/repos/github/alakarteio/hoc-react-loader/badge.svg?branch=master)](https://coveralls.io/github/alakarteio/hoc-react-loader?branch=master)
2+
[![CircleCI](https://circleci.com/gh/unirakun/hoc-react-loader.svg?&style=shield)](https://circleci.com/gh/unirakun/hoc-react-loader/tree/master) [![NPM Version](https://badge.fury.io/js/hoc-react-loader.svg)](https://www.npmjs.com/package/hoc-react-loader) [![Coverage Status](https://coveralls.io/repos/github/unirakun/hoc-react-loader/badge.svg?branch=master)](https://coveralls.io/github/unirakun/hoc-react-loader?branch=master)
33

44
This is a [higher order component](https://facebook.github.io/react/docs/higher-order-components.html) ("HOC"). It's an advanced pattern used in React that let you reuse code logic, it can be summarized as a component factory. It improves isolation, interoperability and maintainability of your code base.
55

@@ -25,12 +25,12 @@ In this example `load` will be called at first mount, then the wrapped `Componen
2525
`load` function can be the moment you ask for your API data.
2626

2727
## Demos
28-
You can test some examples [here](https://alakarteio.github.io/hoc-react-loader/).
28+
You can test some examples [here](https://unirakun.github.io/hoc-react-loader/).
2929

30-
# About [![alakarteio](https://alakarte.io/assets/img/logo.markdown.png)](https://alakarte.io)
31-
**alakarteio** is created by two passionate french developers.
30+
# About uni rakun
31+
**uni rakun** is created by two passionate french developers.
3232

33-
Do you want to contact them ? Go to their [website](http://alakarte.io)
33+
Do you want to contact them ? Go to their [website](https://unirakun.fr)
3434

3535
<table border="0">
3636
<tr>

packages/core/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# @hoc-react-loader/core
2-
[![CircleCI](https://circleci.com/gh/alakarteio/hoc-react-loader.svg?&style=shield)](https://circleci.com/gh/alakarteio/hoc-react-loader/tree/master) [![NPM Version](https://badge.fury.io/js/hoc-react-loader.svg)](https://www.npmjs.com/package/hoc-react-loader) [![Coverage Status](https://coveralls.io/repos/github/alakarteio/hoc-react-loader/badge.svg?branch=master)](https://coveralls.io/github/alakarteio/hoc-react-loader?branch=master)
2+
[![CircleCI](https://circleci.com/gh/unirakun/hoc-react-loader.svg?&style=shield)](https://circleci.com/gh/unirakun/hoc-react-loader/tree/master) [![NPM Version](https://badge.fury.io/js/hoc-react-loader.svg)](https://www.npmjs.com/package/hoc-react-loader) [![Coverage Status](https://coveralls.io/repos/github/unirakun/hoc-react-loader/badge.svg?branch=master)](https://coveralls.io/github/unirakun/hoc-react-loader?branch=master)
33

44
This is a [higher order component](https://facebook.github.io/react/docs/higher-order-components.html) ("HOC"). It's an advanced pattern used in React that let you reuse code logic, it can be summarized as a component factory. It improves isolation, interoperability and maintainability of your code base.
55

66
**@hoc-react-loader/core**'s purpose is to call a `load` callback passed through the `props` of a component only once (at `componentWillMount`). This is convenient to load data from a backend for instance. The component shows a loading indicator when it's waiting for the props to be defined. The loading indicator can be changed easily.
77

88
## Demos
9-
You can test some examples [here](https://alakarteio.github.io/hoc-react-loader/).
9+
You can test some examples [here](https://unirakun.github.io/hoc-react-loader/).
1010

1111
## Installation
1212
`yarn add @hoc-react-loader/core`

packages/full/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "7.0.0",
44
"description": "Higher order component to call a load function from props at mount (with default components)",
55
"main": "build/index.js",
6-
"repository": "https://github.com/alakarteio/hoc-react-loader",
6+
"repository": "https://github.com/unirakun/hoc-react-loader",
77
"author": "Fabien JUIF <fabien.juif@gmail.com>",
88
"contributors": [
99
"Yvonnick FRIN <yvonnick.frin@zenika.com>",

0 commit comments

Comments
 (0)