Skip to content

A very basic demonstration of using the final form library

Notifications You must be signed in to change notification settings

matty-at-rdc/learn-final-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn Final Form

What is it?

What does it sound like (WDISL)?

How do I set it up

  • Create a project direction
    • mkdir learn-final-form-broh && cd learn-final-form-broh
  • Initialize it as an NPM project npm init -y
  • Install some deps (including final form and a bundler)
    • npm i --save-dev webpack-cli
    • npm i --save final-form
  • Create the following
    • An entrypoint file for webpack src/index.js
    • A dist directory with an index.html which looks for a main.js in the same directory
    • A compile script (webpack) in your package.json
  • Write your code!

About

A very basic demonstration of using the final form library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published