You've successfully subscribed to Tech news and tutorials for and by DevOps | Kopax
Great! Next, complete checkout for full access to Tech news and tutorials for and by DevOps | Kopax
Welcome back! You've successfully signed in
Success! Your account is fully activated, you now have access to all content.
cover image
1 post

JavaScript

JavaScript, often abbreviated as JS, is a programming language that conforms to the ECMAScript specification. JavaScript is high-level, often just-in-time compiled, and multi-paradigm. It has curly-bracket syntax, dynamic typing, prototype-based object-orientation, and first-class functions.

Members
How to use React.Children.toArray to design re-usable components with a simple API

How to use React.Children.toArray to design re-usable components with a simple API

In this demo, I will show how to interface two or more components to assemble reusable components (fixed functionality defined) with your API interfaced on props.children

> 3 min read