Skip to content

Instantly share code, notes, and snippets.

View hardy12994's full-sized avatar
🐢
Taking small steps

Hardeep Singh hardy12994

🐢
Taking small steps
View GitHub Profile
@hardy12994
hardy12994 / array-list-fields.js
Last active February 13, 2020 03:20
react-gists
import React, { Component } from 'react';
import { Forms, FormBuilder, FormGroup, Validators } from 'react-jsx-forms';
//method in a class
formInit () {
let hobbies = [this.hobbyForm()];
let studentFields = {
name: {
value: '',