#
context-api
Here are 3,647 public repositories matching this topic...
johnmeunier
commented
May 12, 2020
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
react
javascript
components
babel
webpack
state-management
jsx
forms
reactjs
react-components
state
props
context
higher-order-component
refs
context-api
live-search
react-workshop
mmenu
react-memo
-
Updated
May 29, 2021
github
react
nodejs
readme
express
typescript
react-native
react-router
reactjs
joi
readme-template
context-api
-
Updated
Jun 2, 2022 - TypeScript
-
Updated
May 4, 2019 - TypeScript
Open
Update Readme
3
amanjagdev
commented
Sep 16, 2021
In the readme file, the following changes were required:
- Replace the screenshots with an updated version of the site and ensure that the background of the screenshots is transparent so that it works in both light and dark GitHub mode.
- If necessary, update the documentation
- Correct this section of the readme
 clone. Made using MERN + GraphQL stack.
react
nodejs
javascript
graphql
apollo
clone
stack
frontend
backend
reactjs
apollo-client
stackoverflow
overflow
full-stack
gql
mern
apollo-server
mern-stack
context-api
mern-project
-
Updated
Aug 3, 2021 - JavaScript
-
Updated
Mar 26, 2022 - JavaScript
-
Updated
Jul 16, 2021 - TypeScript
Full stack Reddit clone with nodejs and react native.
nodejs
express
react-native
react-navigation
reddit
mongodb
axios
fullstack
reactotron
reddit-clone
formik
context-api
moongose
-
Updated
Jun 2, 2022 - JavaScript
A React.js global state manager with Hooks
-
Updated
Jun 1, 2022 - JavaScript
Open
Spike: Nested Routes
1
jakiestfu
commented
Oct 24, 2018
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?
help wanted
Extra attention is needed
good first issue
Good for newcomers
question
Further information is requested
Painless global state management for React using Hooks and Context API in 1KB!
-
Updated
Apr 28, 2022 - JavaScript
A superhero encyclopaedia made in React Native. Pulls from the SuperHeroAPI & ComicVine API
-
Updated
Nov 3, 2021 - JavaScript
macoley
commented
Apr 10, 2022
Move tests to test directory in root path
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 scroll syncing library for react that is up to date
-
Updated
Mar 25, 2022 - TypeScript
Real-time messenger with private, public & group chat. Made using PERN + GraphQL stack.
react
nodejs
chat
graphql
real-time
apollo
reactjs
apollo-client
websocket
socket-io
messenger
postgresql
apollo-server
pern
context-api
pern-stack
-
Updated
Mar 11, 2021 - JavaScript
It is a single page application made with ReactJS, Tailwind CSS etc...
-
Updated
Dec 13, 2021 - JavaScript
Example of how to use the Context API from React to authenticate users in your app https://dev.to/rafacdomin/autenticacao-no-react-com-context-api-e-hooks-4bia
-
Updated
Sep 5, 2020 - TypeScript
A laboratory to use pokemons and do some experiments with React Hooks API
-
Updated
Jun 1, 2022 - JavaScript
Professional Boilerplate for React Web Applications built by 4GeeksAcademy Students
-
Updated
Jun 1, 2022 - JavaScript
react
hooks
typescript
reactjs
react-component
material-ui
modal
context
react-modal
mui
react-modal-dialog
react-material-ui
context-api
context-api-react
react-hooks
react-typescript
react-modal-component
material-ui-components
material-ui-react
-
Updated
Apr 21, 2022 - TypeScript
A Google Clone which built with ReactJS. When you click Gmail button, you will be directed to my other project, Gmail Clone. You can search whatever you want and send realtime emails by clicking Gmail button!
firebase
react-router
reactjs
material-ui
gmail
realtime-messaging
google-custom-search-api
context-api
cleverprogrammer
-
Updated
Aug 8, 2021 - JavaScript
Amazon clone with a modern UI, complete E-Commerce functionality and User Authentication.
-
Updated
May 6, 2022 - 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