reusable
Here are 165 public repositories matching this topic...
-
Updated
Mar 11, 2020 - Swift
-
Updated
Apr 17, 2017 - JavaScript
-
Updated
May 14, 2020 - Swift
-
Updated
Dec 3, 2019 - PHP
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
-
Updated
Nov 17, 2019 - Swift
-
Updated
Feb 12, 2019 - Perl
-
Updated
Mar 3, 2019 - Objective-C
-
Updated
Jun 12, 2020 - HTML
-
Updated
Jun 11, 2020 - JavaScript
-
Updated
Apr 1, 2020 - TypeScript
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
-
Updated
Jun 4, 2020 - PHP
-
Updated
Apr 14, 2020 - TypeScript
-
Updated
Mar 29, 2020 - JavaScript
Link repo and soldoc
When opening the soldoc page there is no link to go to the repo. When opening the repo in github there is no link to go to the soldoc page.
-
Updated
Sep 19, 2019 - Swift
-
Updated
Oct 23, 2018 - JavaScript
Ideally we should have a method createStore so we can do something like
class App extends Reduxable { ... }
const myApp = new App()
const store = myApp.createStore()The idea would be call Redux's createStore(reducer, initialState, enhancers) with the reducer and initialState we already have from the Reduxable instance and give the user the option to pass `enhan
Create HOC example
-
Updated
Jul 23, 2019 - Swift
-
Updated
Mar 27, 2019 - JavaScript
-
Updated
Jun 10, 2020 - TypeScript
-
Updated
Feb 6, 2018 - JavaScript
Improve this page
Add a description, image, and links to the reusable topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the reusable topic, visit your repo's landing page and select "manage topics."
This may be a bit premature but are there plans to come up with some sort of API documentation for the Jsonnet libraries, in particular the Kubernetes (ksonnet) library?
I find it really difficult to use without lots of string searching. IDE support would help but most plugins are limited. I just found http://g.bryan.dev.hepti.center/ which looks pretty cool. How do others manage to use it?