Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
casesandberg
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
17 ms
·
1.
▲
by
casesandberg
2y ago
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 plannin
2.
▲
by
casesandberg
3y ago
Not super great that this has Sentry analytics in it...
3.
▲
by
casesandberg
4y ago
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.
4.
▲
Show HN: React Reactions – Slack, Pokemon, GitHub, Facebook and YouTube Pickers
(casesandberg.github.io)
28 points
by
casesandberg
10y ago
|
8 comments
5.
▲
by
casesandberg
10y ago
Why not hire for the 1.0 version through pipeline?
6.
▲
by
casesandberg
10y ago
But how does that work if this translates everything to traditional CSS?
7.
▲
by
casesandberg
10y ago
Yes! The static version of the site is an in-between, with more complex documentation coming soon!
8.
▲
by
casesandberg
10y ago
<span className={css(styles.blue, styles.small)}> vs <span style={ styles.button }>
9.
▲
by
casesandberg
10y ago
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.
10.
▲
by
casesandberg
10y ago
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.
11.
▲
by
casesandberg
10y ago
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?
12.
▲
by
casesandberg
10y ago
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.
13.
▲
by
casesandberg
10y ago
So it translates everything back to CSS, is that how it handles hover and pseudo classes?
14.
▲
Show HN: ReactCSS – Inline Styles with Support for React, Redux and React Native
(reactcss.com)
47 points
by
casesandberg
10y ago
|
46 comments
15.
▲
Markdown Components in React
(github.com)
1 points
by
casesandberg
10y ago
|
0 comments
16.
▲
React Mark – Configurable Markdown Components in React
(casesandberg.github.io)
9 points
by
casesandberg
11y ago
|
0 comments
17.
▲
React Bounds – Element Queries in React
(casesandberg.github.io)
8 points
by
casesandberg
11y ago
|
0 comments
18.
▲
by
casesandberg
11y ago
This was fixed in 1.0.5, thanks :D
19.
▲
by
casesandberg
11y ago
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!
20.
▲
by
casesandberg
11y ago
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!
21.
▲
by
casesandberg
11y ago
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!
22.
▲
by
casesandberg
11y ago
Thank you so much for the bug report! There are so many edge cases, I cant believe I didnt even catch this one -- being so basic. I have created a github issue for it and hope to fix this tonight! https://github.com/casesand
23.
▲
by
casesandberg
11y ago
It's on the list for me to build! https://github.com/casesandberg/react-color/issues/6
24.
▲
by
casesandberg
11y ago
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 :)
25.
▲
by
casesandberg
11y ago
Any particular rendition of it you like? I can put one together today!
26.
▲
React Color – Color Pickers from Sketch, Photoshop, Chrome and More
(casesandberg.github.io)
274 points
by
casesandberg
11y ago
|
90 comments
27.
▲
by
casesandberg
11y ago
https://github.com/casesandberg/react-context/issues/3
28.
▲
by
casesandberg
11y ago
Looking into it now carlob, thanks for the heads up!
29.
▲
React Context – Helpful Context Like AdBlock and OS
(casesandberg.github.io)
32 points
by
casesandberg
11y ago
|
14 comments
30.
▲
ReactCSS – Bringing Classes to Inline Styles
(reactcss.com)
118 points
by
casesandberg
11y ago
|
80 comments
More ›