casesandberg
|
1 year ago
|
on: Ask HN: Should we bring software dev in-house?
If you choose to stick with your existing provider, you can negotiate a service contract where the provider hires and manages engineers that work exclusively on your account. We did this in the past with pretty good success. We were planning to exit in 1-2 years and didn't want to invest in an entirely new platform or build it ourselves when we knew the acquiring company would end up rolling up our service into their existing platform/infrastructure.
casesandberg
|
2 years ago
|
on: Show HN: Chrome extension to export your data from Mint before it sunsets
Not super great that this has Sentry analytics in it...
casesandberg
|
3 years ago
|
on: Mochary Method Curriculum
We are working on a variety of different software solutions, CompanyOS being one of them! Right now our software is only available to our clients.
casesandberg
|
9 years ago
|
on: Show HN: Handpicked freelance projects delivered every Monday
Why not hire for the 1.0 version through pipeline?
casesandberg
|
9 years ago
|
on: Show HN: ReactCSS – Inline Styles with Support for React, Redux and React Native
But how does that work if this translates everything to traditional CSS?
casesandberg
|
9 years ago
|
on: Show HN: ReactCSS – Inline Styles with Support for React, Redux and React Native
Yes! The static version of the site is an in-between, with more complex documentation coming soon!
casesandberg
|
9 years ago
|
on: Show HN: ReactCSS – Inline Styles with Support for React, Redux and React Native
<span className={css(styles.blue, styles.small)}>
vs
<span style={ styles.button }>
casesandberg
|
9 years ago
|
on: Show HN: ReactCSS – Inline Styles with Support for React, Redux and React Native
One of the biggest differences between ReactCSS and other solutions is that all of the style merging is done in the style object and not in the HTML. This keeps the markup clean and puts all style and style logic in one place.
casesandberg
|
9 years ago
|
on: Show HN: ReactCSS – Inline Styles with Support for React, Redux and React Native
React CSS Modules does not allow you to use props or state to style your component. Say you wanted to use a button <Button color="#aeee00" /> you could map the color prop directly to CSS.
casesandberg
|
9 years ago
|
on: Show HN: ReactCSS – Inline Styles with Support for React, Redux and React Native
Is it possible to use state or props in the CSS though? How does it handle that? Say I wanted the color of a title to be controlled via props, how would I do that with your solution?
casesandberg
|
9 years ago
|
on: Show HN: ReactCSS – Inline Styles with Support for React, Redux and React Native
IMO it makes it easier for devs that dislike CSS to make sweeping changes due to all of the relevant styles being in one place.
casesandberg
|
9 years ago
|
on: Show HN: ReactCSS – Inline Styles with Support for React, Redux and React Native
So it translates everything back to CSS, is that how it handles hover and pseudo classes?
casesandberg
|
10 years ago
|
on: React Color – Color Pickers from Sketch, Photoshop, Chrome and More
This was fixed in 1.0.5, thanks :D
casesandberg
|
10 years ago
|
on: React Color – Color Pickers from Sketch, Photoshop, Chrome and More
Thanks! I built it originally for `reactcss` but have used it on 3 projects now. I am going to be releasing it at the end of next month with a nice writeup!
casesandberg
|
10 years ago
|
on: React Color – Color Pickers from Sketch, Photoshop, Chrome and More
Sweet! Yeah, let me know if you have any questions about the helper components as well, its the first time I have done something like that!
casesandberg
|
10 years ago
|
on: React Color – Color Pickers from Sketch, Photoshop, Chrome and More
Thanks Steve!
If you know of a color-picker design that is better spaced (mobile friendly) go ahead and open up a issue on the repo and paste it in there. I am going to be going through this week and making a couple more!
casesandberg
|
10 years ago
|
on: React Color – Color Pickers from Sketch, Photoshop, Chrome and More
casesandberg
|
10 years ago
|
on: React Color – Color Pickers from Sketch, Photoshop, Chrome and More
casesandberg
|
10 years ago
|
on: React Color – Color Pickers from Sketch, Photoshop, Chrome and More
Yeah, you totally can! It's all front-end with React and Webpack. You can use Webpack in development and just have it build the static html and js files for gh-pages. Thats how the documentation site is built :)
casesandberg
|
10 years ago
|
on: React Color – Color Pickers from Sketch, Photoshop, Chrome and More
Any particular rendition of it you like? I can put one together today!