Skip to content

Commit

Permalink
fix wrong documentation link for reactive controller pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaspalma committed Feb 1, 2023
1 parent 68db931 commit 6f0c2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useComponentController.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from "react";
export const DefaultContext = React.createContext();

/**
* This is based on the pattern described here: https://angeloteixeira.me/blog/reactive-controller-pattern
* This is based on the pattern described here: https://angeloteixeira.eu/blog/reactive-controller-pattern
* With it, components can abstract logic common to different view layouts (such as desktop/mobile) and both can read from the given Context
*
* @param controller - A function (can be a React Hook) that handles some logic.
Expand Down

0 comments on commit 6f0c2cc

Please sign in to comment.