並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 34 件 / 34件

新着順 人気順

"state management"の検索結果1 - 34 件 / 34件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

"state management"に関するエントリは34件あります。 reactReacttechfeed などが関連タグです。 人気エントリには 『キャッシュによる状態管理のアーキテクチャ / Cache-based state management architecture』などがあります。
  • キャッシュによる状態管理のアーキテクチャ / Cache-based state management architecture

    iOSDC Japan 2022 day2 https://fortee.jp/iosdc-japan-2022/proposal/a9d5b12e-6170-4f1c-be93-9412898523a0 正規化されたキャッシュによる実装例: https://github.com/rockname/MastodonNormalizedCacheSample

      キャッシュによる状態管理のアーキテクチャ / Cache-based state management architecture
    • The new wave of React state management

      The new wave of React state managementUnderstand the core problems state management libraries need to solve. And how the proliferation of modern libraries address them in new ways. IntroductionAs React applications grow in size and complexity, managing shared global state is challenging. The general advice is to only reach for global state management solutions when needed. This post will flesh out

        The new wave of React state management
      • Vue.js 状態管理の選択肢 - そのVuex本当に必要ですか - / Vue.js State Management Options

        iCARE Dev Meetup #19 2021/03/17

          Vue.js 状態管理の選択肢 - そのVuex本当に必要ですか - / Vue.js State Management Options
        • GitHub - TanStack/query: 🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.

          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

            GitHub - TanStack/query: 🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.
          • GitHub - pmndrs/jotai: 👻 Primitive and flexible state management for React

            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

              GitHub - pmndrs/jotai: 👻 Primitive and flexible state management for React
            • ep.123『Recoil Relayの登場とState managementからData-flow graphへの進化』 | UIT INSIDE

              Recoil から最近登場したライブラリ recoil-relay とライブラリ公開の真意について、@spring-raining と @uhyo が話しました。 Recoilについて ep.49 ReThink state managements - Recoil から見える未来 https://uit-inside.linecorp.com/episode/49 recoil-relayでできること リリースブログ: https://recoiljs.org/blog/2022/06/02/recoil-relay-0.1.0-release Recoilと統合されたGraphQLクライアント GraphQLのクライアントとしてはApolloが有名だが、Meta公式はRelayというライブラリを提供している spring-raining: recoil-relay自体は小さなライブラリ

                ep.123『Recoil Relayの登場とState managementからData-flow graphへの進化』 | UIT INSIDE
              • Micro State Management with React Hooks | Web Development | eBook

                Savings automatically calculated. No voucher code required

                • GitHub - pmndrs/zustand: 🐻 Bear necessities for state management in React

                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                    GitHub - pmndrs/zustand: 🐻 Bear necessities for state management in React
                  • nuqs | Type-safe search params state management for Next.js

                      nuqs | Type-safe search params state management for Next.js
                    • Jotai, primitive and flexible state management for React

                      Fully compatible with React 18 and the upcoming use hook. Now with a store interface that can be used outside of React. Jotai takes an atomic approach to global React state management. Build state by combining atoms and renders are automatically optimized based on atom dependency. This solves the extra re-render issue of React context, eliminates the need for memoization, and provides a similar de

                        Jotai, primitive and flexible state management for React
                      • React State Management Libraries and How to Choose

                        The idea of state is one of the trickier things to nail down when you’re starting with React, and as your app grows, so do your state management needs. In this post I’ll give you the Grand Tour of state management options in React and help you decide which one to use in your project. What is State? Just so we’re on the same page, let’s talk about state for a second. Every interactive app involves

                          React State Management Libraries and How to Choose
                        • GitHub - facebookexperimental/Recoil: Recoil is an experimental state management library for React apps. It provides several capabilities that are difficult to achieve with React alone, while being compatible with the newest features of React.

                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                            GitHub - facebookexperimental/Recoil: Recoil is an experimental state management library for React apps. It provides several capabilities that are difficult to achieve with React alone, while being compatible with the newest features of React.
                          • React State Management Expert Interviews

                            Managing state in a UI is challenging. It's genuinely difficult and the solutions require a depth of knowledge and experience to understand. Everything is a balance of tradeoffs in complexity, performance, and user experience. This is a series of interviews with experts, open-source maintainers, and UI developers that have combined decades of experience building stateful UI applications for millio

                              React State Management Expert Interviews
                            • Blogged Answers: Why React Context is Not a "State Management" Tool (and Why It Doesn't Replace Redux)

                              Home Definitive answers and clarification on the purpose and use cases for Context and Redux Introduction 🔗︎ "Context vs Redux" has been one of the most widely debated topics within the React community ever since the current React Context API was released. Sadly, most of this "debate" stems from confusion over the purpose and use cases for these two tools. I've answered various questions about Co

                                Blogged Answers: Why React Context is Not a "State Management" Tool (and Why It Doesn't Replace Redux)
                              • Simple app state management

                                Now that you know about declarative UI programming and the difference between ephemeral and app state, you are ready to learn about simple app state management. On this page, we are going to be using the provider package. If you are new to Flutter and you don't have a strong reason to choose another approach (Redux, Rx, hooks, etc.), this is probably the approach you should start with. The provide

                                  Simple app state management
                                • React doesn't need state management tool, I said

                                  From time to time someone still tells me that is using REDUX or similar tool in their project. I usually respond, that I wouldn't use it as now with hooks and context API you don't need it. But context API usually brings performance problems and is also a bit awkward to use it properly, so today I'll try to show how to avoid common problems, and also build your own (micro) state management tool, w

                                    React doesn't need state management tool, I said
                                  • Recoil — Another React State Management Library?

                                    There are many React state management libraries, and new ones pop up from time to time. But it is not every day that Facebook themselves introduce a state management solution. Is it any good? Does it bring anything new to the table? Let’s dive in and see if it’s worth your time (spoiler: yes, it does). It was quite something, watching Dave McCabe, A Facebook software engineer, introduce a new stat

                                      Recoil — Another React State Management Library?
                                    • State Management Battle in React 2021: Hooks, Redux, and Recoil

                                      Mihaela for WorksHub Posted on Apr 13, 2021 • Updated on Oct 11, 2021 Introduction: Over the years, the massive growth of React.JS has given birth to different state management libraries, amongst other things. The state management libraries available in React at our disposal at the time of this article are enormous. Therefore, knowing what state management library to choose for a particular projec

                                        State Management Battle in React 2021: Hooks, Redux, and Recoil
                                      • GitHub - open-source-labs/Recoilize: A Chrome Dev tool for debugging applications built with the experimental Recoil.js state management library.

                                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                          GitHub - open-source-labs/Recoilize: A Chrome Dev tool for debugging applications built with the experimental Recoil.js state management library.
                                        • Past, Present, and Future of React State Management

                                          Past, Present, and Future of React State Management React was introduced in May 2013. Its paradigm shift was that your UI was a function of your state. Given some component state, React can determine what your component will look like. React is built upon the idea of state. However, state has long been one of the most difficult parts of building a React application. Let's imagine state management

                                            Past, Present, and Future of React State Management
                                          • React state management in 2022 — Return of the Redux

                                            I’ve got too much free timeAt the beginning of the year if you told me I’d be publishing a recommendation to use Redux I would have laughed in your face. Yet here we are. StateState is persisted information that determines how an app will be rendered. We will be discussing the following types of state:Local State: Refers to state persisted within a React Component.Global State: Refers to state per

                                              React state management in 2022 — Return of the Redux
                                            • GitHub - PacktPublishing/Micro-State-Management-with-React-Hooks: Micro State Management with React Hooks, published by Packt

                                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                GitHub - PacktPublishing/Micro-State-Management-with-React-Hooks: Micro State Management with React Hooks, published by Packt
                                              • Bloc State Management Library

                                                Our getting started guide has step-by-step instructions on how to start using Bloc in just a few minutes.

                                                  Bloc State Management Library
                                                • React State Management best practices (aka no Redux)

                                                  React has been around for a long time and has evolved a lot since then. We went from class components to hooks, and many other libraries popped in in the ecosystem. Many codebases still do extensive use of Redux while its utility has been questioned by its creator, but there are many other alternatives available in the React library that can make your life much simpler. Let’s first talk about why

                                                    React State Management best practices (aka no Redux)
                                                  • React Common Tools and Practices: State Management Overview | Hacker News

                                                    If any react noobs are reading this, the best React state management setup for you is Redux+Immer. After some setup, it's easy to use, and the docs are very good and up to date.When I was learning React, I kept putting off Redux because youtube said it was complicated and you didn't need it after useContext. Big mistake. Our app became more complicated because our state management(useState/useCont

                                                    • Cookies: HTTP State Management Mechanism (日本語訳)

                                                      ◎要約 この文書は~HTTP `Cookie^h と `Set-Cookie^h ~headerを定義する。 これらの~headerは、(~cookieと呼ばれる)状態~情報を~HTTP~UA側に格納させるために,~HTTP~serverにより利用され得るものであり、ほぼ状態~情報がない~HTTP~protocol越しに,~serverが状態を保つ~sessionを保守できるようにする。 ~cookieには,~securityと~privacyを退行させる 多くの歴史的な欠陥があるが、 `Cookie^h と `Set-Cookie^h ~headerは~internet上で広範に利用されている。 この文書は `RFC2965$r を廃用にする。 ◎ This document defines the HTTP Cookie and Set-Cookie header fields. Th

                                                      • Effective state management for TextField in Compose

                                                        TL;DR To prevent synchronization issues and unexpected behaviors: – Avoid delays/asynchronous behaviors between typing and updating TextField state. – Avoid holding TextField state using a reactive stream (e.g. collecting from StateFlow using the default dispatcher) – Define TextField state variables with Compose APIs like MutableState<String>.Hoist TextField state to the ViewModel when needed e.g

                                                          Effective state management for TextField in Compose
                                                        • 5 Layers of State Management in React Applications

                                                          Home 5 Layers of State Management in React Applications edit ✏️ One of the challenges with state management in React is coming to terms and deciding as a team how you will categorize the layers of state in your application. It's variable and often nuanced to describe the layers but framing them in a simple hierarchy is an excellent tool for communicating with your team. One way to frame these laye

                                                            5 Layers of State Management in React Applications
                                                          • GitHub - andrewcourtice/harlem: Powerfully simple global state management for Vue 3

                                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                              GitHub - andrewcourtice/harlem: Powerfully simple global state management for Vue 3
                                                            • Flutter state management for minimalists

                                                              Updated November 3, 2023 for Flutter 3.13. The biggest challenge for me when coming to Flutter was learning state management. People were saying Provider and Bloc and ScopedModel and Redux and MobX and…I had no idea what they were talking about. As time passed, the list of state management solutions continued to grow. In my learning journey, I wrote articles about Stacked (here) and Provider (here

                                                                Flutter state management for minimalists
                                                              • React Context for dependency injection not state management

                                                                  React Context for dependency injection not state management
                                                                • Using Recoil: A New State Management Library

                                                                  Photo by Wendong Yao on Unsplash.Recently, Facebook’s team announced a new state management library for React that looks and feels very promising. Recoil is a very powerful tool to manage complex states and to prevent the confusing passing around of props among components. You might be wondering, ‘‘Will Redux get deprecated or fully replaced?’’ Well, the answer is “No!” Even though Recoil is power

                                                                    Using Recoil: A New State Management Library
                                                                  • Vue 3 State Management – Ghiura Alexandru

                                                                    Hello ! Today we will talk about state management. Because my article about the problems I encountered switching from Vue 2 to Vue 3 was quite popular, I decided to continue writing about my journey to switch to Vue 3 and tell you about my experience in choosing a State Management library in Vue 3. With the new Vue 3 composition API, the options you have for state management are expanding a lot an

                                                                    • 3 Rules of React State Management

                                                                      State inside a React component is the encapsulated data that is persistent between renderings. useState() is the React hook responsible for managing state inside a functional component. I like that useState() indeed makes the work with state quite easy. But often I encounter questions like: should I divide my component's state into small states, or keep a compound one? if the state management beco

                                                                        3 Rules of React State Management
                                                                      1

                                                                      新着記事