Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
keyurparalkar authored Apr 22, 2024
1 parent 64a35c8 commit 1ce8243
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This project focuses on demonstrating the Dependency Injection(DI) pattern by tr

Here the JSON schema acts a depenedency to the `SchemaRenderer` component. This component requires JSON schema so that it can map over to this object and rendered the required input fields for the form.

This project was also demonstrated at the JSlovers meet-up. You can find the details about the talk below:
- Slides - [Building forms with Dependency Injection pattern in React.pdf](https://github.com/keyurparalkar/json-to-form/files/15064877/Building.forms.with.Dependency.Injection.pattern.in.React.pdf)
- [Talk](https://www.meetup.com/jslovers-pune/events/299433526/)

### Inspiration

I got inspired to make this project when I was debugging a friends react based form. It had a lot of explicit conditional cases based on the specific input field which made that form more resistant to new changes.
Expand Down

0 comments on commit 1ce8243

Please sign in to comment.