The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/apps/meteor/client
Guilherme Gazzo 8158bee460
Chore: Info page (#26201)
4 years ago
..
UIKit/hooks
components Chore: Info page (#26201) 4 years ago
contexts
definitions
hooks Regression: Fix CI 4 years ago
lib Regression: Users on new sessions are forced to re-configure 2fa (#26117) 4 years ago
methods
polyfills
portals
providers Regression: Correct call ringtones (#26111) 4 years ago
sidebar Regression: moving Community Watermark to `ee` folder (#26148) 4 years ago
startup Regression: Fix command previews (#26199) 4 years ago
stories Chore: `refactor/tsc-perf` (#26040) 4 years ago
templateHelpers
views Chore: Info page (#26201) 4 years ago
.eslintrc.js
README.md
head.html
importPackages.ts
main.ts
templates.ts [NEW][ENTERPRISE] Device Management (#25791) 4 years ago

README.md

How does the folder structure work in the frontend?

The folder structure should follow rocketchat's html 'semantics' like:

    main   -> room
                -> header
                    ...
                -> contextualbar
                    roominfo
                        ...
            -> sidebar
                -> Header
                    -> search
                    -> actions
                        ...
                -> list
                    ...
                -> footer
                    ...

Each folder is composed by:

File
index.jsx
ContainerComponent.jsx
contexts (optional)
providers (optional)
components (optional)
hooks (optional)
libs (optional)

We strongly suggest that you start developing your components/hooks/libs inside the folder where they will be directly used. If you ever find that you will use them in more than one place, then you should "promote" the code to an upper level, where it can be commonly accessed by all others

we have being moving code from blaze to react, but sometimes we will need render under blaze enviroment, to do that use createTemplateForComponent