-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jamie Nichols edited this page Jan 24, 2022
·
1 revision
BeastCraft is a framework inspired by Reactjs and the HTML DOM. With it you can create stateful applications with elements that you are familiar with. Buttons,Divs,Inputs and more. If you are familiar with Reactjs then BeastCraft should come naturally.
I created Beastcraft because of the overhead it takes to get core functionalities working in a reusable way within CraftOS. The Idea was not to create a single case method for creating an application that I want, But instead to create a reusable way to build future applications. Now I can focus on creating an application and not how to make an application within CraftOS. I have a predictable workflow that I can harness in all of my projects.
Libraries
Elements
DivButton
Input
State
useStateuseRef
useReducer
createContext
useContext
Utils
monitorswitch
Elements
mapfilter