Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Post
  • Reply
Huragok
Sep 14, 2011
This is more of a design question, but I'm using a themed version of Bootstrap for Hyperglot. Since it's a desktop app, I'd like to make it more native-feeling with platform-specific UI controls (metro for Win, cocoa for Mac). Anyone know of a framework that can help me out in that regard?

Adbot
ADBOT LOVES YOU

Huragok
Sep 14, 2011

Skiant posted:

I'm wondering if Polymer components would not be a good thing.

The drawback of using Polymer is it doesn't play nicely with older browsers.

Huragok
Sep 14, 2011

thathonkey posted:

I'm done using big app development frameworks like Angular and Backbone ... Web tech is just too loving fickle at the moment to do anything else I feel...

Congratulations, you just won a new framework!

Huragok
Sep 14, 2011

Hanpan posted:

I have several different 'panels' that I am showing on a dashboard, and the type of panel is dictated by data coming from the backend. I guess what I should do is introduce a controller that keeps a reference of all my React views and instantiates them accordingly. I just didn't want to duplicate logic if it was already part of React.

Have a look at Fluxxor + React Router.

Huragok
Sep 14, 2011

Shinku ABOOKEN posted:

Why use it instead of good old assignments?

quote:

The Object.assign() method is used to copy the values of all enumerable own properties from one or more source objects to a target object. It will return the target object.
MDN

  • 1
  • 2
  • 3
  • 4
  • 5
  • Post
  • Reply