Skip to content

Commit 6c41c73

Browse files
committed
📚 more libraries
1 parent 849e9a9 commit 6c41c73

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

data/source/bundlers.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@ module.exports = {
55
"These are tools that transform JS and CSS. They are typically highly configurable and pluggable.",
66
aka: ["JavaScript bundlers", "packagers"],
77

8-
tags: [],
8+
tags: [
9+
{
10+
name: "zero config",
11+
description:
12+
"Bundler will build an app without any configuration file whatsoever, usually by relying on conventions.",
13+
},
14+
],
915
projects: [
1016
{ url: "https://github.com/brunch/brunch" },
1117
{ url: "https://github.com/webpack/webpack" },
12-
{ url: "https://github.com/parcel-bundler/parcel" },
18+
{ url: "https://github.com/parcel-bundler/parcel", tags: ["zero config"] },
1319
{ url: "https://github.com/rollup/rollup" },
1420
],
1521
};

data/source/react-components.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ module.exports = {
6565
url: "https://github.com/MailOnline/libreact",
6666
tags: ["toolkit"],
6767
},
68+
{ url: "https://github.com/diegohaz/reas", tags: ["toolkit"] },
6869
{ url: "https://github.com/josephmaxim/sc-react" },
6970
{
7071
url: "https://github.com/ArthurClemens/polythene",

data/source/react-starter-projects.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ module.exports = {
172172
{ url: "https://github.com/ivanzotov/react-native-example" },
173173
{ url: "https://github.com/jahe/jahe-react-starter" },
174174
{ url: "https://github.com/janoist1/universal-react-redux-starter-kit" },
175-
{ url: "https://github.com/jaredpalmer/razzle" },
175+
{ url: "https://github.com/jaredpalmer/razzle", tags: ["dependency"] },
176176
{ url: "https://github.com/jcreamer898/expressiso" },
177177
{ url: "https://github.com/jedireza/aqua" },
178178
{ url: "https://github.com/jeffschwartz/react-quickstart" },
@@ -374,6 +374,6 @@ module.exports = {
374374
},
375375
{
376376
url: "https://github.com/rtivital/react-pages-boilerplate",
377-
}
377+
},
378378
],
379379
};

data/source/state-managers.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ module.exports = {
1515
},
1616
],
1717
projects: [
18+
{ url: "https://github.com/mroderick/PubSubJS" },
1819
{ url: "https://github.com/solkimicreb/react-easy-state", tags: ["react"] },
1920
{ url: "https://github.com/facebook/flux", tags: ["pure flux"] },
2021
{ url: "https://github.com/goatslacker/alt", tags: ["pure flux"] },

0 commit comments

Comments
 (0)