Privacy Policy and Cookies

By continuing to use our site, you agree to our Privacy Policy and our use of cookies to understand how you use our site, and to improve your experience. Learn More.
I Agree.

Category: UI

Build a React Excel-like Grid with SmartClient

Most React projects use a third-party component when they require a responsive and dynamic data grid. Sadly, most third-party libraries can’t quite offer the extensive feature set that enterprise applications need to manage millions of rows of data. If this is your situation, the SmartClient React component is your best choice. SmartClient provides a comprehensive suite of UI components for...

Multi-Record Editing in SmartClient

Multi-record editing is often a complex process involving tracking and managing pending edits across multiple records. It encompasses several data management concerns. They include temporarily storing and merging edits server-side, ensuring optimal performance, addressing potential collisions, and even applying distinct styling for edited values. It also requires cleaning up any temporary storage used on the server.  By leveraging the extensive...

Introducing SmartClient UI Components for React Applications

When building your web application in React, having the right UI component library is extremely crucial. Through Isomorphic Software’s SmartClient library, you have the most powerful, comprehensive suite of UI components for a React web application. Additionally, you can add UI screens to your React apps using the Reify component in the SmartClient UI library. These components provide unparalleled functionality...

Best Practices for Business Logic Validation

Validation is a critical aspect of any web application, especially in true web applications that offer advanced functionality for sophisticated users – people who use the application continuously, all day. Validation in such applications is often very complicated: validation rules may involve multiple related entities and complex conditional logic – it’s not just “integer greater than zero”. At Isomorphic, we...