Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Commit ace0407

Browse files
committed
📚 formik, hyperapp
1 parent f46421c commit ace0407

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

data/source/react-components.js

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ module.exports = {
6161
* webpack config.
6262
*/
6363
projects: [
64+
{ url: "https://github.com/jaredpalmer/formik", tags: ["form"] },
6465
{ url: "https://github.com/yjose/reactjs-popup" },
6566
{
6667
url: "https://github.com/MailOnline/libreact",

data/source/react-starter-projects.js

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ module.exports = {
2424
aka: ["react boilerplates", "react starters", "react seeds"],
2525
tags: starterProjectTags,
2626
projects: [
27+
{ url: "https://github.com/spencercarli/getting-started-react-navigation" },
2728
{ url: "https://github.com/chentsulin/electron-react-boilerplate" },
2829
{
2930
url: "https://github.com/jaredpalmer/after.js",

data/source/view-libraries.js

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ module.exports = {
1414
],
1515

1616
projects: [
17+
{ url: "https://github.com/hyperapp/hyperapp" },
1718
{ url: "https://github.com/facebook/react" },
1819
{ url: "https://github.com/developit/preact" },
1920
{ url: "https://github.com/angular/angular" },

0 commit comments

Comments
 (0)