User contributions for Nink
Jump to navigation
Jump to search
26 July 2023
- 01:4101:41, 26 July 2023 diff hist +582 User talk:Nink No edit summary current
25 July 2023
- 07:1607:16, 25 July 2023 diff hist +1,947 N User talk:Nink Created page with "<h1>useEffect: Render Cycle and Cleanup Function</h1> <p>In the sitePageConfigOutput, there're two useEffects to be used which pulls two different response data from the backend.</p> <code> useEffect(() => { // let cancel = false; async function sendRequestA(objectFormConfigId) { let responseDataA = await sendBackendRequestA( "post", "https://0yzv0v3f86.execute-api.us-west-2.amazonaws.com/Test/Email/List", { objectFormCon..."
7 July 2023
- 05:2105:21, 7 July 2023 diff hist +55 Service - SitePage Config →sitePageConfig Object current
13 June 2023
- 07:2007:20, 13 June 2023 diff hist +799 N Frontend Page - Configure MenuConfig Created page with "= Overview = Frontend page for creating and editing MenuConfigs = Repository = = visibleObj Object = <syntaxhighlight lang="json"> let visibleObj = { visibleRowIndex: 0, // row index we have open on page visibleRenameRowIndex: 0, // row index currently renaming rows:[ { menuElements: [ { show: false, // whether the menuElement settings are expanded menuText menuElements: [ // if menuElement is elementType menu, will have child menuElements..."