- create-react-chrome-extension: Create a chrome extension using React and state-of-the-art settings without the hassle. https://github.com/snwfdhmp/create-react-chrome-extension 2 comments opensource
- Why do we need to use a state management lib in React https://punits.dev/jargon-free-intros/why-do-we-need-a-state-management-library-in-react/ 63 comments frontend
- which state manager you are using with React 18? https://github.com/mobxjs/mobx/releases/tag/mobx-react%407.4.0 33 comments reactjs
- When to (Not) Use React Context API for State? https://blog.jannikwempe.com/when-to-not-use-react-context-api-for-state 2 comments reactjs
- React state management you already know how to use https://github.com/mfbx9da4/create-react-state 13 comments reactjs
- What React global state management libraries should you use? https://alexmngn.medium.com/what-react-global-state-management-library-should-you-use-b67a05f0e20 4 comments reactjs
- I made a react hook that lets you use ES6 classes as state management. https://codesandbox.io/s/elegant-wozniak-ip2se?file=%2Fsrc%2FuseClassState.js 6 comments reactjs
- How we manage state using Apollo Client and React https://www.dolthub.com/blog/2021-09-15-state-using-apollo-client/ 7 comments javascript
- How to use finite state machines in React? https://tsh.io/blog/finite-state-machines-in-react/ 41 comments javascript
- Using finite state machines in React applications with XState https://www.udemy.com/course/introduction-to-state-machines-with-xstate-and-react/?referralCode=145403C5EBEB0D9633EC&fbclid=IwAR1HTYFvf8KBw03FyomPmqAMTbuQ8r_XgjhrdFVhMYfoWfLwemrh3_jFnBE 9 comments reactjs
- Using React Hooks for State Management (useContext, useEffect, useReducer) https://medium.com/@seantheurgel/react-hooks-as-state-management-usecontext-useeffect-usereducer-a75472a862fe 11 comments reactjs
- Is using ES6 Class and instance object to maintain state or perform function is an Anti pattern in react? http://www.codetunnel.io/how-to-create-versatile-loading-spinner-management-in-react/ 10 comments reactjs
- Write global state as if it were local state using React Hooks https://github.com/diegohaz/constate 3 comments reactjs
- Making a debugger for React Easy State and I could use your feedback https://github.com/solkimicreb/react-easy-state/issues/14#issuecomment-362856757 3 comments reactjs
- What react state management tools do you guys use? https://medium.com/@pitis.radu/react-state-management-in-2022-345c87922479 119 comments reactjs
- I created a state management library that can handle and clean up complex async effects like event listeners in a simple way. The examples are in React but it can be used with any framework or vanilla js. Feedback is much appreciated. https://medium.com/@erdavtyan/building-a-react-state-management-library-with-built-in-effects-support-36c5f5358dc2 5 comments javascript
- Using finite state machines with React and Typescript https://tsh.io/blog/finite-state-machines-in-react/ 4 comments typescript
- Hey all -- I converted the official React JavaScript documentation to use function-based components syntax, and React hooks for state! Useful? Any feedback? https://kickstartcoding.online/learn/articles/i-converted-reactjs-org-to-use-hooks/ 5 comments programming
- I would love some feedback on my new project: React Capsule 💊, an easy to use and understand global state in under 1 kB with no Context API https://www.npmjs.com/package/react-capsule 5 comments reactjs
- Preserving Form State in Refreshes and Navigation with React (using the History API) https://gal.hagever.com/posts/react-forms-and-history-state/ 3 comments reactjs
- Auth state still persisting in react-native(iOS) even after uninstalling and reinstalling! Using Firebase Auth None 6 comments reactnative
- With React hooks came new state patterns. Here’s one I find myself using often: Global Store https://youtu.be/6uBgda52yEo 4 comments reactjs
- A tiny React state management library using the new React context https://github.com/houfio/dakpan 11 comments reactjs
- OkCupid Presents: Modeling UI States in A React Form Component Using A Finite State Machine https://tech.okcupid.com/modeling-ui-states-in-react-form-component-using-finite-state-machine/ 40 comments javascript
- React State Management using React hooks and Redux https://9sh.re/g3harlfymp 13 comments javascript
- The State of Frontend 2022 is out, and according to the results 76% of frontend devs use and love React (still the framework winner!) but only 16% want to learn it in the future https://tsh.io/state-of-frontend/#over-the-past-year-which-of-the-following-frameworks-have-you-used-and-liked 15 comments reactjs
- Using Recoil instead of Redux for State Management in React Applications. https://blog.openreplay.com/using-recoil-instead-of-redux-for-state-management-in-react-applications 53 comments reactjs
- I made a Missile Command tribute using Recoil (Facebook's experimental state management) and React https://recoil-command.vercel.app/ 4 comments reactjs
- The simplest way to share state using React Hooks and Context https://twitter.com/diegohaz/status/1093204345808654336 3 comments reactjs
- Published a new React "props" tutorial covering basics of using props in functional (Stateless) and Stateful React components. http://www.reactjstutorial.net/props.html 4 comments reactjs
- Zag.js UI components powered by Finite State Machines - A collection of framework-agnostic UI component patterns like accordion, menu, and dialog that can be used to build design systems for React, Vue and Solid.js https://zagjs.com/ 4 comments javascript
- Tax payers react to gas tax money meant for road repair used to fund state police https://wnep.com/2019/04/25/tax-payers-react-to-gas-tax-money-meant-for-road-repair-used-to-fund-state-police/ 23 comments politics
- react-central-state - Easy to use global state for React. Shared along all components, updating them only when needed. No reducers, no actions, no providers https://github.com/GreenStage/react-central-state 21 comments reactjs
- React is the most-used Front-End Framework, with 93% of Users Saying "Would Use it Again", According to Just-Released State Of JavaScript 2017 results. https://stateofjs.com/2017/front-end/results 55 comments reactjs
- Redux Without Redux: Sharing State and One Way Data Flow Using Only Standard React https://gist.github.com/francisrstokes/5750b58c5799038cf03a55ecadca7d8c 19 comments reactjs
- Expert: Invalid Warrant Used in Raid on iPhone Reporter’s Home .. Apple is on the steering committee for the REACT task force that raided Chen’s house. Formed in 1997, REACT is a partnership of 17 local, state and federal agencies tasked with investigating computer- and internet-related crimes. http://www.wired.com/threatlevel/2010/04/iphone-raid/ 197 comments politics
- Rebuilding the same project 11 different ways: This week using global state management (with Redux) to help me update the different components with the current application state, but using React to build the UI (not manually building the UI with HTML like in a previous flavor). https://morsewall.com/random-quote-part-10-react-hooks-and-react-redux-using-various-front-end-stacks/ 2 comments coding
- Rebuilding the same project 11 different ways: This week using global state management (with Redux) to help me update the different components with the current application state, but using React to build the UI (not manually building the UI with HTML like in a previous flavor). https://morsewall.com/random-quote-part-10-react-hooks-and-react-redux-using-various-front-end-stacks/ 4 comments programming
- State of Frontend 2020 Survey - 74% use React, 34% think Redux will be dead in 3 years, Next.js/Gatsby are basically tied for SSG https://tsh.io/state-of-frontend/ 188 comments reactjs
- The United States will react quickly if Russia takes the fighting in the Donbas to a higher level – the use of warplanes, former U.S. ambassador to John Herbst said on Ukrainian news service TSN.Tyzhden on Sunday. http://www.unian.info/world/1041850-herbst-if-putin-uses-aviation-in-donbas-us-will-respond-quickly.html 6 comments worldnews