Patribots4738 / ScoutingWebsite

A website made with React that streamlines scouting for the 2023 season
https://scouting-website.vercel.app
MIT License
3 stars 2 forks source link

Non state based rendering #1

Closed Faraday-dot-py closed 1 year ago

Faraday-dot-py commented 1 year ago

Instead of using state-based rendering, where the user gives a list of widgets they want to have in their form, this branch uses non-state-based rendering, which works similarly to a normal web page; the only difference being that it uses the custom HTML classes called "Widgets." Widgets are pre-build classes that contain all elements necessary to put elements such as counters or sliders on the page.