Code Monkey home page Code Monkey logo

Comments (1)

EisenbergEffect avatar EisenbergEffect commented on May 13, 2024

Good questions.

Our approach with FAST is to leverage web standards as much as possible and try not to abstract the standards away, especially when they are more powerful than the abstraction. This means that we are intentionally avoiding creating layout components at this time. Such components tend to abstract the more powerful core platform, resulting in a less powerful system and sometimes even more confusing. The modern CSS Grid and Flexbox layout features are very powerful and so we tend to encourage folks to learn and use those directly. With these features, it's not very hard to create a system of classes for yourself that meets exactly your application-specific needs.

The link you referenced for Fabric/Fluent is showing an older version of Fluent. So, we're not aiming to match what you see there today. Rather, we're building to the latest version of Fluent as seen in Windows 11. This is what all product groups are aligning to. The approach we are taking is to do that implementation as Web Components. Because this is a web standard, the components will work with any library or framework (or without any framework). The fast-blazor project provides a set of Blazor components that emit the standard web components. This allows us to have a single, platform standard implementation, while providing a native Blazor experience. We don't intend to re-write all the component details directly in Blazor as that would create a complete second implementation, with all the testing and maintenance requirements related to it. It might also perform worse than what we have today as the more course communication between Blazor and the Web Components is likely more efficient than the fine-grained DOM updates that direct implementation would result in.

Hopefully this answers your questions. I know it can be a bit confusing, especially with documentation of the previous design system still published and the latest not yet available. Here's a link where you can see all the Fluent Web Components: https://aka.ms/fluentwebcomponents Watch this for changes as the new Windows 11 updates will be shipping any day now 😉

from fluentui-blazor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.