context-api
Here are 1,429 public repositories matching this topic...
for OIDC Context add how to switch on memory storage for the tokens
-
Updated
May 4, 2019 - TypeScript
-
Updated
Nov 21, 2020 - HTML
-
Updated
Feb 20, 2021
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Dec 25, 2020 - JavaScript
-
Updated
Dec 12, 2020 - JavaScript
Spike: Nested Routes
Issue: If nested routes are used, Passage will not have access to all of the routes at any given point in time.
How can Nested Routes be used with Passage? Is this possible?
-
Updated
Jan 6, 2021 - TypeScript
-
Updated
Jan 6, 2021 - JavaScript
-
Updated
Aug 19, 2020 - JavaScript
-
Updated
Jun 27, 2018 - JavaScript
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Nov 12, 2019 - JavaScript
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Jan 6, 2021 - TypeScript
-
Updated
Jan 6, 2021 - JavaScript
-
Updated
Sep 10, 2020 - JavaScript
Feature Report
I propose consolidating the specification of breakpoints into a single prop named breakpoints
Motivation
The current specification of breakpoints can be done either by 1) breakpoints and breakpointsMax or 2) mediaQueries. I see the following problems with this approach:
- The naming of breakpoints and breakpointsMax is asymmetric.
- The usage of breakpoint
-
Updated
Nov 28, 2020 - TypeScript
-
Updated
Dec 16, 2020 - TypeScript
-
Updated
Dec 11, 2020 - TypeScript
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Dec 29, 2020 - JavaScript
-
Updated
Dec 10, 2020 - JavaScript
Improve this page
Add a description, image, and links to the context-api topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the context-api topic, visit your repo's landing page and select "manage topics."
I was just trying out react-sweet-state as it looks interesting and created a small to do list app to play with it.
I put an array of Todo objects in an array as the state of the store.
This produces no errors from typescript and even runs without error until you setState new values of the state.
The state of the store being an array is not supported as I later discovered in the react-sweet