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
Diego Sampaio b50175e182
[NEW] Banner system and NPS (#20221)
4 years ago
..
UIKit/hooks [NEW] Banner system and NPS (#20221) 4 years ago
components [NEW] Banner system and NPS (#20221) 4 years ago
contexts [IMPROVE] Message Collection Hooks (#20121) 4 years ago
hooks [IMPROVE] Message Collection Hooks (#20121) 4 years ago
lib [NEW] Banner system and NPS (#20221) 4 years ago
methods New eslint rules (#14332) 6 years ago
notifications [NEW] Channel avatar (#18443) 5 years ago
omnichannel [FIX] Omnichannel - Contact Center form is not validating custom fields properly (#20196) 4 years ago
polyfills [FIX] Admin not working on IE11 (#19348) 5 years ago
providers [NEW][ENTERPRISE] Omnichannel Contact Manager as preferred agent for routing (#20244) 4 years ago
sidebar Regression: User Dropdown margin (#20222) 4 years ago
startup [NEW] Banner system and NPS (#20221) 4 years ago
templateHelpers Message parsing and rendering - Phase 1 (#19654) 5 years ago
types [NEW] Banner system and NPS (#20221) 4 years ago
views [NEW] Banner system and NPS (#20221) 4 years ago
README.md Frontend folder structure (#19631) 5 years ago
adapters.js Rewrite Message action links (#20123) 4 years ago
head.html Depack: Use mainModule for root files (#13508) 6 years ago
importPackages.js Rewrite: Message Attachments (#20106) 4 years ago
main.js Rewrite : Message Thread metrics (#20051) 4 years ago
reactAdapters.js [NEW] Banner system and NPS (#20221) 4 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