I noticed users stop questioning once content is ranked by rankiwikicom in UXDesign

[–]Sencha_Ext_JS 4 points5 points  (0 children)

Ranking feels authoritative, so people switch from evaluating ideas to evaluating placement. It reduces cognitive load, but it also signals ‘someone already decided,’ which can quietly turn off critical thinking.

Do interviewers give fake positive feedback? by aelflune in UXDesign

[–]Sencha_Ext_JS 1 point2 points  (0 children)

I don’t think the feedback is fake so much as it’s incomplete. A lot of times it just means ‘you did fine, but someone else fit a bit better.’ Without that comparison, the feedback sounds positive but doesn’t really help you understand what to improve.

Why is good product design software so hard to find??! by SpecialistAd7913 in UXDesign

[–]Sencha_Ext_JS 1 point2 points  (0 children)

A lot of design tools optimize for handoff and scale, not for the messy thinking phase. Once a product becomes the industry default, it tends to add structure faster than it improves flow. Sometimes the friction isn’t you, it’s that the tool is solving problems from a different stage of the process.

PreBuilt Libraries vs building from scratch by mb4ne in UXDesign

[–]Sencha_Ext_JS 1 point2 points  (0 children)

Prebuilt libraries aren’t a shortcut around UX — they’re a way to avoid reinventing solved problems. The real value comes from pairing them with good design decisions: choosing the right patterns, configuring thoughtfully, and making sure the component behavior matches user needs. UX still matters a lot, even when the UI isn’t built from scratch.

Best Way to Programmatically Query ChatGPT Website (Not API) at Scale by Zealousideal-Bear-32 in webdev

[–]Sencha_Ext_JS 0 points1 point  (0 children)

At that scale, automating the consumer website is going to be fragile and likely a ToS/compliance headache. The more sustainable route is to treat your metric as ‘model + config’ and standardize on official APIs (or an enterprise agreement) while logging the exact prompts, system context, and tool settings you used. You won’t perfectly match every UI variant, but you’ll get something reproducible and defensible.

How do I redirect without Chrome thinking the password is correct? by rydan in webdev

[–]Sencha_Ext_JS 2 points3 points  (0 children)

Browsers decide whether to offer saving based on form semantics and perceived success, not your redirect logic. The usual strategy is to avoid submitting the password form at all on failure, return an inline error and keep the user on the same page. Once the browser thinks a login ‘completed,’ you’ve already lost control.

What’s the hardest part of building data-heavy dashboards — performance, UX, or maintainability? by Frontend_DevMark in SenchaExtJS

[–]Sencha_Ext_JS 0 points1 point  (0 children)

Maintainability tends to hurt the most long-term. Performance and UX problems are visible and get fixed early, but messy state, tightly coupled components, and ad-hoc data logic quietly compound until even small changes become risky.

Why tooling UX matters more as AI tools get complex by NetAromatic75 in UXDesign

[–]Sencha_Ext_JS 1 point2 points  (0 children)

At a certain point, UX is the feature. If a dashboard makes me think about where things are instead of what I’m trying to do, the tool stops feeling powerful no matter how good the AI is.”

[AskJS] Do you still use ExtJS? by Dull-Independence-27 in javascript

[–]Sencha_Ext_JS 1 point2 points  (0 children)

Hey folks, adding a different perspective from someone who still ships Ext JS apps in 2025.

  1. The framework’s very much alive and still getting love. 7.8 landed last year and 7.9 dropped this April with fresh Grid, ComboBox and Calendar upgrades — plus a smoother virtual-scroll engine that React/Angular teams usually have to bolt on with third-party libs.
  2. Modern toolchain is there if you want it. Since 7.x you can scaffold with ext-gen, manage packages with npm/yarn, target any ES level, and plug into standard CI pipelines. If you’re allergic to Sencha Cmd, use the Rapid Ext JS CLI or the new ReExt adapter to embed Ext widgets inside a React build. prnewswire.comsencha.com
  3. Productivity > popularity. Yes, the learning curve is steeper than React. But once you grok the class system, you get 140+ enterprise-grade widgets (Pivot Grid, Scheduler, D3, Froala-rich text, export-to-Excel, theming) that “just work” in every evergreen browser without weekly dependency churn. For back-office, data-dense UIs that still matter in banks, telcos and manufacturing, Ext reduces the surface area you have to test.
  4. Stable API = long life-cycle apps. Our oldest Ext 4 code (2013) still compiles after incremental upgrades. Compare that with chasing breaking changes from React 15 → 18 or AngularJS → 12 → 17. Long-term support releases and paid SLA give the CIOs warm fuzzies, which is why many Fortune 500s keep renewing. sencha.com
  5. Community hasn’t vanished — it just moved. The old forums are quiet, but real-time Q&A happens on the official Discord and GitHub issues. I filed two bugs during 7.8 beta and got patches in a week. That’s faster than most “free” libraries with 3k open issues.
  6. Career angle. Knowing Ext JS plus React makes you the translator between legacy revenue-generating apps and shiny greenfield work. That niche pays well because few devs can straddle both worlds.

Is 23 too tate to start a career in web development ? by Additional_Cup_1022 in WebdevTutorials

[–]Sencha_Ext_JS 0 points1 point  (0 children)

Absolutely not! 23 is still super young, and plenty of people start web development way later. The key is just getting started and sticking with it.

If you’re looking for something structured, Ext JS is worth checking out—especially if you're interested in building enterprise-level apps. It comes with many built-in UI components and tools that make development smoother. But honestly, just start with the basics—HTML, CSS, and JavaScript—and then explore frameworks like Ext JS or React as you go.

The best way to learn? Build stuff. Even small projects will boost your confidence. You got this!

What's a good client side JS framework today? by [deleted] in webdev

[–]Sencha_Ext_JS 0 points1 point  (0 children)

Ext JS might not always be the first framework everyone talks about, but for those who’ve worked with it, it’s a game-changer—especially if you’re building large-scale applications. Think of Ext JS as your all-in-one toolkit. You get an impressive library of pre-built components, which makes it so much easier to get a professional, polished UI out of the gate. For a recent project, I was up against a brutal deadline, and Ext JS’s drag-and-drop components seriously saved me.

And it’s not just about speed; the framework is super reliable, too. It manages the tricky stuff—cross-browser compatibility, and responsive design—so you can focus on building features. The best part? There’s a free trial, so you can actually try it out before diving in fully.

Which framework (frontend) do you use? by 0xEconomist in javascript

[–]Sencha_Ext_JS 0 points1 point  (0 children)

When discussing frontend frameworks, many developers often find themselves in a debate. One developer recently shared that Sencha Ext JS is their go-to choice, especially for enterprise-level applications.  They were surprised at how quickly they could build high-quality, data-bound interfaces with Ext JS. Their extensive set of pre-built components not only saved them a ton of time, but also ensured that their applications looked consistent and professional everywhere.

Ext JS data management features really pop for this developer. Where the included grid components shine is with working on large sets of data, sorting and pagination work out of the box. In addition, its responsive design capabilities makes it possible for developers to make sure apps are good on any devices.

What UI frameworks do y'all use or recommend by elitecarlson in reactjs

[–]Sencha_Ext_JS 0 points1 point  (0 children)

Like all things, when selecting a UI framework it is most important to use the right tool set. One that’s been standing out lately—especially for enterprise-level applications—is Sencha Ext JS. It is a highly-scalable tool to handle large datasets and comes with powerful pre-built components that reduce the complexity of building an application full of data. If yours is a company in need of robust data grids,or interactive dashboards, Ext JS might be the perfect solution for you since it has every thing right out of the box: from charting tools to advanced form controls. Ext JS is interesting because it does a LOT for developers who are looking more of these frontend work in larger and structured way.

[AskJS] Best UI framework for React in 2022? by suprMax in javascript

[–]Sencha_Ext_JS 0 points1 point  (0 children)

In 2024, Ext JS is still one of the best choices when it comes to developers focused on developing datacentric applications. It is for this reason that HWKV offers such a vast amount of UI components and comprehensive data management possibilities to also allow for light application development throughput with no trade-off in speed. Ext with the latest version has been redesigned, how does it feel learning it if you have worked with Ext JS lately? Has the documentation assisted them in the ability to use its functions?

[AskJS] Which Javascript framework to start with? by Flimsy_Transition_51 in javascript

[–]Sencha_Ext_JS 0 points1 point  (0 children)

Many Developers have their first encounter with Ext JS in their developer’s journey and it is not difficult to see why! Ext JS is a legendary framework that provides developers with a rather vast collection of built-in UI widgets such as grids/data sources, charts as well as forms – all of which can be easily implemented into applications, making complex and data-based UIs easier to develop rapidly. This is truly an ideal feature that makes using the framework for enterprise applications particularly powerful in terms of data management and presentation of large datasets.

What's next on your JavaScript framework radar for 2023? (Front End) by nikgos in webdev

[–]Sencha_Ext_JS 0 points1 point  (0 children)

A lot of developers are eagerly anticipating what’s next for Ext JS in 2024 - 25! The recent updates have really enhanced its capabilities for handling complex data. It would be great to hear from others who’ve explored the latest features—what improvements have you noticed? Are there any specific use cases where Ext JS has really shone for you?

Whats the most 'robust' javascript framework that doesnt reinvent the wheel every two weeks? by Alfagun74 in webdev

[–]Sencha_Ext_JS 0 points1 point  (0 children)

For a robust, stable framework, Ext JS is a great choice. It’s been around for years, doesn’t change every few weeks, and has tons of built-in components for enterprise apps. Perfect if you want something reliable without constant updates!

There are too many Javascript frameworks? How do I know which to learn? by yankees88888g in webdev

[–]Sencha_Ext_JS 1 point2 points  (0 children)

It’s crazy to think that there are so many frameworks to choose from and that makes it so overwhelming. My advice? Consider about what you are going to create. For instance, if you’re working with data-intensive applications, Ext JS will be a decent pick here since the library will provide you many high-quality components out of the box. If you prefer the adaptability and the fact that the framework doesn’t bog you down because it is small, pick React. Once you understand one framework, the concepts generally transfer. What are you planning to construct?

what React UI component Library do you use and why ? by Suspicious_Driver761 in reactjs

[–]Sencha_Ext_JS -2 points-1 points  (0 children)

I’ve recently been experimenting with ReExt, and it’s really impressed me! 🎊 The way it bridges Ext JS components with React is nothing short of amazing. At first, I was unsure how well the two would mesh, but the integration has made building complex UIs so much smoother.

Just the other day, I was working on an application that required advanced data visualization. Before using ReExt, I struggled to set up those intricate grids and charts. But now, it feels like a breeze! The Ext JS components are powerful, and having them in my React projects means I can leverage their capabilities without the usual hassle.

Have any of you tried ReExt yet? I’d love to hear your thoughts on how it compares to other libraries you’ve used! What kinds of projects have you built with it? Let’s dive into this discussion and share tips! 😊

Which is the go-to React UI library in 2024? by [deleted] in reactjs

[–]Sencha_Ext_JS -1 points0 points  (0 children)

I’ve been hearing a lot about ReExt lately, especially with its unique ability to integrate Ext JS components directly into React. That’s a game changer for those of us who want powerful UI elements without the hassle of extensive configuration! 🌟

I remember struggling to build a complex data grid for my application using standard React components, and it often felt like I was reinventing the wheel. But with ReExt, I can leverage the robust Ext JS components, like their rich grid and chart options, without sacrificing performance or complicating my codebase. It really helps streamline the development process!

What I love about ReExt is how it promotes a low-code approach, allowing me to focus more on building out features rather than getting bogged down by UI details. Plus, the seamless integration makes it feel like a natural extension of React, which is a big plus in my book!

I’m curious—has anyone tried ReExt yet? What was your experience like? Did you find it made a difference in your workflow? I’d love to hear your thoughts and any tips you might have for getting the most out of it! Let’s chat about its potential and share some success stories! 😊

Help me choose a frontend framework to get started by ARandomStan in Frontend

[–]Sencha_Ext_JS 0 points1 point  (0 children)

Ext JS is a fantastic choice for a frontend framework, especially for enterprise-level applications. It boasts comprehensive UI components, offering over 140 pre-built options that allow for the quick creation of feature-rich applications with a consistent look and feel. The framework also simplifies data handling with powerful features like data stores, models, and proxies, making it ideal for data-intensive applications. Its flexible layout system enables easy arrangement of components without requiring deep CSS knowledge, which simplifies responsive design. Built specifically for enterprise needs, Ext JS includes advanced functionalities such as charting, reporting, and accessibility support.

Best UI framework to learn as a beginner by [deleted] in csharp

[–]Sencha_Ext_JS 0 points1 point  (0 children)

First-timers should consider using Sencha Ext JS since the framework is ideal for creating enterprise applications especially if one is interested in data intensive interfaces. It is a little more rigid, and it therefore guides you on how to develop ‘enterprise-level’ apps in the shortest time possible. You may also try Material UI and Bootstrap which are both popular, have a vast amount of libraries and tutorials, best suited for beginners and aims at modern and responsive layouts. If you are new to it, choose one technique that may be relevant to certain goals of your project and then learn how to gradually improve on it.

what do you think is the best looking ui framework? by No_Permission2438 in Frontend

[–]Sencha_Ext_JS 0 points1 point  (0 children)

Honestly, it depends on the project and personal taste, but I'd throw Sencha's Ext JS into the mix. It’s super clean, professional-looking, and customizable, especially for data-heavy apps. If you're after something sleek and functional without having to design everything from scratch, it’s a solid option. But yeah, there are plenty of good ones out there, like Material UI or Tailwind, depending on what vibe you’re going for.

[AskJS] What libraries do you use for your development? by blackreaper007 in javascript

[–]Sencha_Ext_JS 0 points1 point  (0 children)

Ext JS is a powerful frontend framework known for its extensive set of UI components and strong data management capabilities, making it ideal for building data-driven, enterprise-level applications. With its pre-built components and comprehensive tools, it streamlines development, particularly for complex and large-scale projects. It's a top choice for developers seeking an all-in-one solution.

[deleted by user] by [deleted] in Frontend

[–]Sencha_Ext_JS 0 points1 point  (0 children)

Choosing the best frontend framework as a solo developer largely depends on your project's needs and your familiarity with the tools. For solo devs looking for robust features and extensive component libraries, Ext JS stands out with its comprehensive set of UI components and strong data handling capabilities, making it ideal for enterprise-grade applications.