In this article, we will review a function named toolbar_value_to_cursormode in Grida source code. This function is called in another function setCursorMode <ToolsGroup value={value} options={[ { value: "cursor", label: "Cursor", shortcut: "V...
In this article, we will review the code related to toolbar that you find on Grida Canvas page. I will describe the approach I have taken to find the code rendering this toolbar shown in the below image. Inspect and find a unique identifier When I w...
In this article, we will review the assert usage in Grida source code and I ran some experiments in a codesandbox repo to see this in action. Let’s get started. Assert in Nodejs assert is an alias of assert.ok(). Use this to test if value is truthy. ...
In this article, we will review the Supabase Client Component clients in Grida Form workspace. In case you are wondering what a Supabase Client Component client is, Read the Supabase docs. Client Component client — To access Supabase from Client Com...