Project Template for idom #651
Replies: 1 comment 2 replies
-
Apps with IDOM are much simpler than React projects because they don't require any complex build tooling (e.g. using Webpack to transpile JSX or Typescript) so you're pretty much free to organize your code however you like. With that said, we can probably make many of the same recommendation from popular React-based projects. For example, limiting yourself to one component per file unless they are stateless and effectless (i.e. pure functions). However these are just conventions and certainly aren't requirements. If you have other questions about how to get started writing components I'd be happy to answer them if the documentation isn't clear enough. |
Beta Was this translation helpful? Give feedback.
-
Is there any project template for creating a sample project to use idom?
Is there any recommendation wrt the directory structure for organising the folders within the python project?
I'm trying to get something like a boilerplate similar to what npm creates for ReactJS using node.
Cheers,
Dev.
Beta Was this translation helpful? Give feedback.
All reactions