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/client
sushant52 b9f2f354b9
[IMPROVE] Title for user avatar buttons (#20083)
5 years ago
..
components [IMPROVE] Title for user avatar buttons (#20083) 5 years ago
contexts [NEW] Omnichannel Contact Center (Directory) (#19931) 5 years ago
hooks Rewrite: Room Header (#19808) 5 years ago
lib [FIX] Omnichannel Departments Canned Responses (#19830) 5 years ago
methods New eslint rules (#14332) 7 years ago
notifications [NEW] Channel avatar (#18443) 5 years ago
omnichannel [FIX] Omnichannel Departments Canned Responses (#19830) 5 years ago
polyfills [FIX] Admin not working on IE11 (#19348) 5 years ago
providers [FIX] Omnichannel Agents unable to take new chats in the queue (#20022) 5 years ago
sidebar [IMPROVE] Rewrite User Dropdown and Kebab menu. (#20070) 5 years ago
startup Rewrite: Room Header (#19808) 5 years ago
templateHelpers Message parsing and rendering - Phase 1 (#19654) 5 years ago
types Rewrite: Room Header (#19808) 5 years ago
views [FIX] Admin User Info email verified status (#20110) 5 years ago
README.md Frontend folder structure (#19631) 5 years ago
adapters.js Rewrite Discussion Metric (#20117) 5 years ago
head.html
importPackages.js Rewrite: Room Header (#19808) 5 years ago
main.js Rewrite : Message Thread metrics (#20051) 5 years ago
reactAdapters.js Regression: Fix multiple react blazed template rendering at the same time (#19679) 5 years ago
routes.js [NEW] Omnichannel Contact Center (Directory) (#19931) 5 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: 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