context-api
Here are 702 public repositories matching this topic...
Some useful stuffs are missing (or is not explicit) from the documentation :
- For test with identityserver, there is some better configuration :
- response_type: 'code',
- client_id: 'interactive.public',
- For Chrome with blocked third parties cookie, you have to add the authority in authorized cookies to prevent "Authentification en cours" stuck
- The "How to consume part" is n
-
Updated
May 4, 2019 - TypeScript
ReactJS 16.4 + new React Context API +react Router 4 + webpack 4 + babel 7+ hot Reload + Bootstrap 4 + styled-components
-
Updated
Aug 13, 2020 - HTML
A simple and easy way to control forms in React using the React Context API
-
Updated
Aug 8, 2020 - JavaScript
-
Updated
Aug 2, 2020 - JavaScript
-
Updated
Dec 5, 2019
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?
This libraray is an experimental approach to bind forms and its inputs and editors together using the new React Context API. It aims to be fully customizable and composable. It´s only a set of Higher-Order-Components. Because of the decoupled nature, Middlewares makes it easy to build custom Validations, Security Guards and other data interceptors.
-
Updated
Jun 27, 2018 - JavaScript
A React.js global state manager with Hooks
-
Updated
Aug 2, 2020 - JavaScript
Launch Darkly React integration with hooks
-
Updated
Nov 12, 2019 - JavaScript
Full stack Reddit clone with nodejs and react native.
-
Updated
Jul 29, 2020 - JavaScript
React Interactive Paycard with Context API and Hooks
-
Updated
Aug 1, 2020 - JavaScript
A laboratory to use pokemons and do some experiments with React Hooks API
-
Updated
Aug 2, 2020 - JavaScript
Issue Report
Right now we have some console.log to help debug the component.
These logs are wrapped by the following:
if (!process || !process.env || process.env.NODE_ENV !== 'test') {
...
}
If NODE_ENV is production it will be included in the bundle.
Expected Behavior
We should exclude those logs when building with NODE_ENV = "production".
To do th
An abstracted util factory for creating scoped, declarative, and reactive context-components in Vue.
-
Updated
Jul 25, 2020 - TypeScript
A scroll syncing library for react that is up to date
-
Updated
Jul 19, 2020 - TypeScript
This is a beginner tutorial for react hooks I have written in dev.to and Medium
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Aug 2, 2020 - TypeScript
web components hooks demo
-
Updated
Jul 20, 2020 - JavaScript
A social networking app to share pictures
-
Updated
Aug 3, 2020 - JavaScript
Parking has never been easier
-
Updated
Aug 14, 2020 - TypeScript
Landing page with Dark/Light theme switcher.
-
Updated
Jul 29, 2020 - TypeScript
Tiny, type-safe, JavaScript-native `context` implementation
-
Updated
Aug 1, 2020 - TypeScript
React State Management without Redux
-
Updated
Jul 31, 2020 - TypeScript
A devTool that allows for easy state management and tracking of Provider/Consumer relationships when using React's Context API
-
Updated
May 25, 2018 - JavaScript
Professional Boilerplate for React Web Applications built by 4GeeksAcademy Students
-
Updated
Jul 30, 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