Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4870

Seeking guidance on modern Ember Data practices for a new project

$
0
0

Hi everyone!

I’m starting a new project and want to ensure I adopt the latest best practices, especially around data handling. I’ve worked with classic Ember Data (e.g., belongsTo, hasMany, store.findRecord, etc.) in the past, but now I want to embrace the modern Ember philosophy using RequestManager, cache management, and other tools I’ve seen mentioned.

I’ve done some research, but I’m struggling to consolidate a clear picture of the recommended/default approach:

  • The guides from guides.emberjs.com still focus on classic Ember Data patterns.
  • I’ve seen mentions of Warp-Drive/Ember in talks, like at EmberConf 2024, but it’s unclear whether it’s fully usable today or the de facto option for building modern Ember apps.

Is Warp-Drive/Ember the current best option for handling data in a modern Ember app? If not, what is the recommended way to achieve functionality similar to what Ember Data provided (with relationships, caching, etc.), but aligned with modern practices?

I’d really appreciate any advice, examples, or clarification on how to approach this!

6 posts - 4 participants

Read full topic


Viewing all articles
Browse latest Browse all 4870

Trending Articles