Skip to content
Jamie Nichols edited this page Jan 24, 2022 · 1 revision

Introduction

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.

Motivations

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 Div
Button
Input
State useState
useRef
useReducer
createContext
useContext
Utils monitor
switch
Elements map
filter
debugger printTable
Clone this wiki locally