Skip to content
#

reusable

Here are 125 public repositories matching this topic...

sh0rez
sh0rez commented Nov 17, 2019

quoting @lawrencejones:

Worth considering if you want to enable other kubectl flags. Several popular libraries (I'm looking at you, cert-manager) currently require you to set --validate=false to apply the manifests. You could use jsonnet to make the vendored resources valid, but I think many people may want to follow the official docs?

We should allow to invoke kubectl with `--validate=fal

cwlsn
cwlsn commented Sep 3, 2018

Preamble

I find myself doing things differently while creating this repo and companion content, trying to focus on defaults of libraries. I would normally not use a .storybook directory and opt for my own config folder, but keeping scripts as simple as possible is really refreshing. I feel like I am constantly coercing my projects to work with my opinionated structure instead of relying on t

esmailpour-hosein
esmailpour-hosein commented Oct 30, 2019

Thanks to @sebastianflorica for the suggestion.
Having a place to document the FAQ from #dev-tradeshift-ui can be really beneficial for developers.
Some stuff like integration with react and angular or how to use attributes with . in jsx can't be fitted anywhere else in the documentation as far as I can see.

Having it as a page in ui.tradeshift.com
OR
Create a wiki page
are two pla

Inspired by game development UIPheonix is a super easy, flexible, dynamic and highly scalable UI framework + concept for building reusable component/control-driven apps for macOS, iOS and tvOS. The same API apply for cross platform development! Think of it as using Lego blocks, you can use similar ones and move them around easy as pie.

  • Updated Jan 7, 2020
  • Swift
gaguirre
gaguirre commented Jun 27, 2017

Taking advantage of #14 we could create HOC for different purposes. That would enforce the component concept.

For example, state persistence should be done in each component. Something like the following would be nice

@persistent
class SomeReduxable extends Reduxable {
...
}

Then the @persistent HOC could use the componentDidMount to rehydrate the state and the `stateDidU

Improve this page

Add a description, image, and links to the reusable topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the reusable topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.