Welcome to elf Discussions! #5
Replies: 18 comments 48 replies
-
Hello I'm a long time Akita user. I'm trying to decide if/when I need to convert to Elf.
|
Beta Was this translation helpful? Give feedback.
-
This is excellent news. I was just about to start using Akita for an Angular app so might as well go with Elf instead. I see you support React. Do you have any plans in supporting Vue as well ? If so, how would it compare to Vuex or Pinia ? |
Beta Was this translation helpful? Give feedback.
-
I'm curious, is there some integration planned with services like firebase? Often with firebase you feel that you don't really need a state management library, but then you miss the ease of use of selector function and you still have some informations that are not stored in firebase. |
Beta Was this translation helpful? Give feedback.
-
Hi, I am involved in a couple of projects that recently started using Akita. Seeing this I want to plan our transition to elf. I have two questions:
Thank you for your always awesome blogposts and npm packages :D |
Beta Was this translation helpful? Give feedback.
-
Hi, Does the Elf have all features that the Akita has? |
Beta Was this translation helpful? Give feedback.
-
Is Akita or Elf able to represent graph datastructures properly? You said that Elf can have multiple different entity states, that sounds it may be possible to do that in one store |
Beta Was this translation helpful? Give feedback.
-
You mention that akita can work in web components. Can akita or elf be installed and used inside of a project using a base class like Lit Element with no framework in place? |
Beta Was this translation helpful? Give feedback.
-
Hello! I am migrating from akita to elf. Returning filtered entities as observable in elf: As value in elf: In akita i did: But i don't see how i can use a filter or predicate in the getEntity / getEntities. Would appreciate help, because it blocks the migration. Thx! |
Beta Was this translation helpful? Give feedback.
-
I can not compile because of the following error with the request module: i use
Is this a bug or do i something wrong? |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm wondering what your recommendation is for asynchronous store updates. Is effects recommended over services? One thing I struggle with is finding good patterns. IE in an angular context, should a component inject both the repo for data access and a separate service which fuels the store based on api requests? I have not seen a lot of patterns around effects or just a standardized way of handling this. Thank you for your time |
Beta Was this translation helpful? Give feedback.
-
Hi, love your work with Akita, Elf looks great. Thanks for building these great tools for the community. My question is, if my team and I are working on a new project would you recommend Elf over Akita? Would starting a new project with Akita disadvantage us in some way? Would using Elf advantage us? |
Beta Was this translation helpful? Give feedback.
-
Hello, I was wondering about the documentation for Akita, my team and I have several projects built with akita and some members are new to the projects, and I noticed the documentation is not available anymore, is it possible to have the docs available somewhere? |
Beta Was this translation helpful? Give feedback.
-
how do you compare it with rx-angular? I was going through the documentation and saw both offer similar features and could achieve same thing in one way or another. what's your thought? |
Beta Was this translation helpful? Give feedback.
-
Hi Netanel and the community. My name is Alex. I do React / React Native frontend development for living and as a hobby :) I was a big fan Redux & Redux Saga years ago, but now I look for more modular and less verbose solutions, kinda back to Flux modularity, but ideally with something that is not internally based on React (compared to Recoil for example), so the business logic can be independent of implementation details of the View layer of the app. I like how the API of Elf looks like and that it is based on RxJS for reactivity. I'm experimenting with it on a small hobby project for now to understand better the use cases. I don't have huge participation plans, as I'm still checking it out, but I start to have some questions or suggestions :) |
Beta Was this translation helpful? Give feedback.
-
Hi Netanel and the community, I'm currently checking Elf and the cache system. What's the meaning of value ('none', 'partial' or 'full') used in the cache operators ? Is there a specific behavior depending on this value or is just for informative purpose ? Great work btw, I will implement it in our angular projects. |
Beta Was this translation helpful? Give feedback.
-
Hi One question if i have following structure. Rooms has many participants and many messages. Message can have one participant.
|
Beta Was this translation helpful? Give feedback.
-
@NetanelBasal I have a Lit-html project where I took your AsyncController and subscribe directive from here to make my components react to rxjs changes and I am also using Elf for state management. Do you have any suggestions in order to group VM data? So far I came up with grouping selectors in a combineLatest e.g.
NOTE: trying to achieve something like this |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions