1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/examples/with-context-api/pages
Peter Kellner 53f2d88566 Updated with-context-api to include an about page and also events that pass data to context provider (#6082)
…aces (home and about pages). This makes it the example more clear and why someone might want to use _app.js in the first place.  Also, added a button on the about page that allows for passing and arbitrary value from the about page to the context provider. I disagree with the naming convention of calling the class CounterProvider. It includes both a Provider and Consumer so it should have some name that covers both.  Maybe it should be called CounterContext but I did not change that. I've seen other examples of the same naming conversion so figure I'm the odd duck here (still think it's wrong no matter how many people do it).
2019-01-17 22:13:34 +01:00
..
_app.js Add with-context-api example (#5154) 2018-09-14 12:04:29 +02:00
about.js Updated with-context-api to include an about page and also events that pass data to context provider (#6082) 2019-01-17 22:13:34 +01:00
index.js Updated with-context-api to include an about page and also events that pass data to context provider (#6082) 2019-01-17 22:13:34 +01:00