webcodesk-srv
webcodesk-srv copied to clipboard
Webcodesk - Web App Builder for Create React App
Following the Todo tutorial on a Windows laptop I create the basic server and get the` http://localhost:7070/` and going through the project Readme for Todo. When creating the main page...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...
There should be the ability to add different shape types into the array property. When the user adds an array item in the property editor there should be a context...
Hi, I'm trying the following: I have some propTypes I want to define central and reuse it in many components. There fore I have create a file "baseTypes" ``` import...
Hi, when having a component without props definition (initial) and then adding some, the Webcodesk UI don't shows automatically the added props in the preview screen or when using the...
Hi, the debugging capabilities in the tool are really amazing. The way to record the execution of flows and there elements with all the input / output information are very...
Hi, when extending the `settings.conf.ts` not all the defined properties are shown in the UI:  The green one are working, the red one don't work. Don't work is meaning...
Hi, creating a function with TypeScript will end in some type check "errors" for the parameters:  Are there TS type definitions for at least a few of the parameters...
Hi, when working with TypeScript Components, it is needed to define the props definition twice: * As the TypeScript way (```Interface``` and generic React Component ```React.Compoennt```) for type checking in...
It is required to replace buttons `Generate source code for new component` and `Generate source code for new function list` with drop-down menus. There should be options in the menu....